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