Skip to content

Commit 00133a2

Browse files
committed
Update development docs in the README
1 parent 15ec40b commit 00133a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@ Read the docs
4545
http://mockito-python.readthedocs.io/en/latest/
4646

4747

48-
Run the tests
49-
-------------
48+
49+
Development
50+
===========
51+
52+
I use `rye <https://rye-up.com/>`_, and if you do too: you just clone this repo
53+
to your computer, then run ``rye sync`` in the root directory. Finally, activate
54+
the virtualenv. (``rye shell`` gives you a hint on how to do that.)
5055

5156
::
5257

53-
pip install pytest
54-
py.test
58+
pytest

0 commit comments

Comments
 (0)