Skip to content

Commit

Permalink
Migrate to setuptools for installation, newer python-benedict
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpalmisc committed Jun 9, 2024
1 parent 4287a4e commit 99c0e04
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 350 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ 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
```
it manually using the `build` module, or just install the directory directly
with Pip.

## Tutorial

Expand Down
Loading

0 comments on commit 99c0e04

Please sign in to comment.