Skip to content

Commit 9875d25

Browse files
committed
update development notes
1 parent 00d337d commit 9875d25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notes.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Installed pysorter in development mode, using
2-
pip install -e . # install package using setup.py in editable mode
2+
pip install -e .
3+
pip install -e .[test]
4+
pip install -e .[build]
35

46
# for testing coverage
57
py.test --cov-report html:$PWD/htmlcov --cov=pysorter

0 commit comments

Comments
 (0)