summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-12 22:32:28 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-12 22:32:50 +0200
commitb5e17047bcd72616c28407609d48e7436a05cd5b (patch)
tree5ff9116a52c8ef78e38e6a27f1f86558239d7665
parentcedefea7b455375e5a87200866809be59d718968 (diff)
downloadrsa-git-b5e17047bcd72616c28407609d48e7436a05cd5b.tar.gz
Updated documentation to use Pipenv instead of Poetry
See commit d15a7f3 for the reason why.
-rw-r--r--doc/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 3ab3ab1..73f56e5 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -42,10 +42,10 @@ the source::
git clone https://github.com/sybrenstuvel/python-rsa.git
-Use Poetry_ to install the development requirements in a virtual environment::
+Use Pipenv_ to install the development requirements in a virtual environment::
cd python-rsa
- poetry install
+ pipenv install --dev
.. _Git: https://git-scm.com/
-.. _Poetry: https://poetry.eustace.io/
+.. _Pipenv: https://pipenv.pypa.io/en/latest/