Skip to content

Commit

Permalink
Add minimal install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpalmisc committed Dec 25, 2022
1 parent 2d24c15 commit e099007
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Emake is an easy wrapper around CMake's CLI. It is meant to speed up the process
of configuring and building a CMake-based project from the command line. It
provides a user experience that smells vaguely like Autotools.

## Install

Emake is not in the Python Package Index at this time. To install Emake, build
it using [Poetry](https://python-poetry.org), then install it:

```sh
poetry build
pip install dist/emake-<version>-py3-none-any.whl
```

## Tutorial

> A small tour of Emake is offered below; see `emake -h` and `econf -h` for comprehensive help.
Expand Down

0 comments on commit e099007

Please sign in to comment.