Update README: poetry replaced by rye
This commit is contained in:
parent
2fb6f85c4f
commit
4b51391a28
1 changed files with 7 additions and 2 deletions
|
@ -45,11 +45,16 @@ Stacosys offers a REST API to retrieve and post comments. Static blog is HTML-ba
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Build and Dependency management relies on [Poetry](https://python-poetry.org/), but you can also use [published releases](https://github.com/kianby/stacosys/releases) or [Docker image](https://hub.docker.com/r/kianby/stacosys).
|
Build and Dependency management relies on [Rye](https://rye-up.com/) but you can also use [Docker image](https://hub.docker.com/r/kianby/stacosys).
|
||||||
|
|
||||||
Build executable with pyinstaller
|
Build executable with pyinstaller
|
||||||
|
|
||||||
poetry run pyinstaller stacosys.spec
|
make build
|
||||||
|
|
||||||
|
Update dependencies and sync virtual env
|
||||||
|
|
||||||
|
rye lock --update-all
|
||||||
|
rye sync
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue