Skip to content

Commit d40baa8

Browse files
correct typo in pip command
1 parent ea73dcf commit d40baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/source/where_to_put_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ to do that, you need to install your package under development in "develop" mode
4242

4343
or::
4444

45-
pip install -r ./
45+
pip install -e . # install package using setup.py in editable mode
4646

4747
That means that you do need a setup.py -- though it can be very minimal. See:
4848

0 commit comments

Comments
 (0)