Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit b5e1704

Browse files
committed
Updated documentation to use Pipenv instead of Poetry
See commit d15a7f3 for the reason why.
1 parent cedefea commit b5e1704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installation.rst

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

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

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

4747
cd python-rsa
48-
poetry install
48+
pipenv install --dev
4949

5050
.. _Git: https://git-scm.com/
51-
.. _Poetry: https://poetry.eustace.io/
51+
.. _Pipenv: https://pipenv.pypa.io/en/latest/

0 commit comments

Comments
 (0)