Skip to content

Commit d3b010a

Browse files
committed
Mentioned Poetry in the installation documentation
1 parent 1554453 commit d3b010a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/installation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ the source::
4242

4343
git clone https://github.com/sybrenstuvel/python-rsa.git
4444

45-
Use pipenv_ to install the development requirements in a virtual environment::
45+
Use Poetry_ to install the development requirements in a virtual environment::
4646

47-
pipenv install --dev
47+
cd python-rsa
48+
poetry install
4849

4950
.. _Git: https://git-scm.com/
50-
.. _pipenv: https://docs.pipenv.org/
51+
.. _Poetry: https://poetry.eustace.io/

0 commit comments

Comments
 (0)