From d3b010a8c0cc4678e743f89597a8a9e109d28736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 4 Aug 2019 17:29:01 +0200 Subject: Mentioned Poetry in the installation documentation --- doc/installation.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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/ -- cgit v1.2.1