autopushed

This commit is contained in:
2022-08-21 23:25:39 +02:00
parent b535a349ec
commit 737a33de8e
+8
View File
@@ -1,2 +1,10 @@
- a [[project]].
- [[python]] [[dependency management]] [[environment management]]
To get started (this comes from the [[agora server]] README):
```
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
source $HOME/.poetry/env`
poetry install # or add if you're in a new project?
```