adding poetry to installation instructions

This commit is contained in:
2020-03-09 12:22:35 +00:00
parent 0034340d63
commit 0a77fa34fd

View File

@@ -70,6 +70,27 @@ In the root of the repo in a virtual environment run:
python ./setup.py install python ./setup.py install
poetry
------
Clone the repo:
.. code-block:: bash
git clone https://github.com/dtomlinson91/musicbrainzapi-cv-airelogic.git
In a virtual environment install poetry:
.. code-block:: bash
pip install poetry
In the root of the repo in a virtual environment run:
.. code-block:: bash
poetry install
Docker Docker
------ ------