poetry update

This commit is contained in:
Jeff Moe 2024-09-02 06:29:10 -06:00
parent 4692933780
commit 842c4d5891
2 changed files with 2 additions and 0 deletions

View file

@ -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/

View file

@ -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: