Skip to content

Commit 4db7ef5

Browse files
committed
Update README
1 parent 3fdd777 commit 4db7ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ Getting started
186186
---------------
187187

188188
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).
189+
and install the required depedendencies via `poetry <https://poetry.eustace.io>`_.
190190

191191
.. code-block:: bash
192192
193193
$ git clone [email protected]:sdispater/pendulum.git
194-
$ pip install -r tests-requirements.txt
194+
$ poetry install
195195
196196
Localization
197197
------------

0 commit comments

Comments
 (0)