summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:29:01 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:29:01 +0200
commitd3b010a8c0cc4678e743f89597a8a9e109d28736 (patch)
tree229acbaaea64866f56fe4c9305d69a02df1e49da /doc
parent1554453a5be7157c6456dfca2b019ab599c97cdc (diff)
downloadrsa-git-d3b010a8c0cc4678e743f89597a8a9e109d28736.tar.gz
Mentioned Poetry in the installation documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index e8f7170..3ab3ab1 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -42,9 +42,10 @@ the source::
git clone https://github.com/sybrenstuvel/python-rsa.git
-Use pipenv_ to install the development requirements in a virtual environment::
+Use Poetry_ to install the development requirements in a virtual environment::
- pipenv install --dev
+ cd python-rsa
+ poetry install
.. _Git: https://git-scm.com/
-.. _pipenv: https://docs.pipenv.org/
+.. _Poetry: https://poetry.eustace.io/