Skip to content

Commit

Permalink
Update install directions
Browse files Browse the repository at this point in the history
  • Loading branch information
krzentner committed May 22, 2024
1 parent cc43f5e commit 8364982
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ so depend on a specific version.

The current recommended install method is:

```sh
pip install "noko[recommended]==0.3.0"
```
pip install "git+https://github.com/krzentner/[email protected]#egg=noko[recommended]"

You can also install directly from github:
```sh
pip install "git+https://github.com/krzentner/[email protected]#egg=noko[recommended]"
```


Expand Down

0 comments on commit 8364982

Please sign in to comment.