poetry update
This commit is contained in:
parent
4692933780
commit
842c4d5891
|
@ -15,6 +15,7 @@ python -m venv venv
|
|||
source venv/bin/activate
|
||||
pip install -U pip poetry
|
||||
poetry install
|
||||
poetry update
|
||||
make clean
|
||||
make all
|
||||
rsync -ultav docs/_build/html/ dev-libre-is:/var/www/html/dev-libre-is/
|
||||
|
|
|
@ -172,6 +172,7 @@ Create poetry file `pyproject.toml`:
|
|||
.. code-block:: sh
|
||||
|
||||
touch README.md CHANGELOG.txt
|
||||
poetry update
|
||||
poetry install
|
||||
|
||||
Perhaps a `.gitignore` like:
|
||||
|
|
Loading…
Reference in a new issue