Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 7, 2024
1 parent d9fd1d2 commit 8794654
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@ If you'd like to build the project from source for your local Python installatio
$ python -m venv venv && source venv/bin/activate

# Install the required dependencies and optionally update them.
$ poetry install --sync && poetry update
$ make install # or poetry install --sync
$ poetry update

# You can either use `poetry build` to build the package:
$ poetry build

# or, use it directly without the command above:
# Start using it!
$ avnie --help

# Optionally, you can also build the Python package locally.
$ poetry build
```

Optionally, run unit tests to ensure everything is working as expected:
Expand Down Expand Up @@ -143,7 +144,7 @@ If you'd like to compile the project to a binary for your respective platform, y
$ python -m venv venv && source venv/bin/activate

# Install the required dependencies and optionally update them.
$ poetry install --sync && poetry update
$ make install && poetry update

# Compile using Nuitka. This uses the included Makefile.
$ make build
Expand Down

0 comments on commit 8794654

Please sign in to comment.