From 0a77fa34fded4c91944cf913de8c969a69c168a2 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Mon, 9 Mar 2020 12:22:35 +0000 Subject: [PATCH] adding poetry to installation instructions --- README.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.rst b/README.rst index 601aa62..38de0f3 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,27 @@ In the root of the repo in a virtual environment run: 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 ------