From 4b51391a28be0dee602269c46eb4dfda1e4c509b Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:35:32 +0100 Subject: [PATCH] Update README: poetry replaced by rye --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67237e4..521db14 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,16 @@ Stacosys offers a REST API to retrieve and post comments. Static blog is HTML-ba ### 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 - poetry run pyinstaller stacosys.spec + make build + +Update dependencies and sync virtual env + + rye lock --update-all + rye sync ### Improvements