mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 23:46:19 +00:00
autopushed
This commit is contained in:
@@ -2,7 +2,12 @@
|
|||||||
- [[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.
|
||||||
|
|
||||||
To get started (this comes from the [[agora server]] README):
|
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://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
|
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
|
||||||
|
|||||||
Reference in New Issue
Block a user