We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1554453 commit d3b010aCopy full SHA for d3b010a
doc/installation.rst
@@ -42,9 +42,10 @@ the source::
42
43
git clone https://github.com/sybrenstuvel/python-rsa.git
44
45
-Use pipenv_ to install the development requirements in a virtual environment::
+Use Poetry_ to install the development requirements in a virtual environment::
46
47
- pipenv install --dev
+ cd python-rsa
48
+ poetry install
49
50
.. _Git: https://git-scm.com/
-.. _pipenv: https://docs.pipenv.org/
51
+.. _Poetry: https://poetry.eustace.io/
0 commit comments