Skip to content

Commit baf21c1

Browse files
committed
Add dev mode install command to README.rst (#111)
1 parent 54193ae commit baf21c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,18 @@ Install project (editable)
4343

4444
With this repo as the working directory:
4545

46+
Basic mode
47+
^^^^^^^^^^
4648
.. code:: sh
4749
4850
pip install -e .
4951
52+
Dev mode
53+
^^^^^^^^^^
54+
.. code:: sh
55+
56+
pip install -e .[dev]
57+
5058
Disclaimer
5159
----------
5260

0 commit comments

Comments
 (0)