We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d337d commit 9875d25Copy full SHA for 9875d25
notes.txt
@@ -1,5 +1,7 @@
1
# Installed pysorter in development mode, using
2
-pip install -e . # install package using setup.py in editable mode
+pip install -e .
3
+pip install -e .[test]
4
+pip install -e .[build]
5
6
# for testing coverage
7
py.test --cov-report html:$PWD/htmlcov --cov=pysorter
0 commit comments