autopushed

This commit is contained in:
2022-10-16 20:36:40 +02:00
parent c721687b4a
commit b9a0896fb4
+2 -1
View File
@@ -1,8 +1,9 @@
- a [[project]]. - a [[project]].
- [[python]] [[dependency management]] [[environment management]] - [[python]] [[dependency management]] [[environment management]]
- `poetry add` is like pip3 install in the virtualenv followed by pip3 freeze, etc. - `poetry add` is like pip3 install in the virtualenv followed by pip3 freeze, etc.
- [[install]] https://python-poetry.org/docs/#installation
To get started (this comes from the [[agora server]] README / https://python-poetry.org/docs/#installation To get started (this comes from the [[agora server]] README / https://python-poetry.org/docs/#installation:
``` ```
curl -sSL https://install.python-poetry.org | python3 - curl -sSL https://install.python-poetry.org | python3 -