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 3fdd777 commit 4db7ef5Copy full SHA for 4db7ef5
README.rst
@@ -186,12 +186,12 @@ Getting started
186
---------------
187
188
To work on the Pendulum codebase, you'll want to clone the project locally
189
-and install the required depedendencies (it is advised to do that in a virtualenv).
+and install the required depedendencies via `poetry <https://poetry.eustace.io>`_.
190
191
.. code-block:: bash
192
193
$ git clone [email protected]:sdispater/pendulum.git
194
- $ pip install -r tests-requirements.txt
+ $ poetry install
195
196
Localization
197
------------
0 commit comments