File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ codecov:
2222install-requirements : install-requirements-app install-requirements-dev
2323
2424install-requirements-app :
25- pip install -r requirements.txt
25+ python3 -m pip install .
2626
2727install-requirements-dev :
2828 pip install -r requirements-dev.txt
Original file line number Diff line number Diff line change @@ -30,8 +30,11 @@ Not tested on `Mac OS X`/`macOS` or `Microsoft Windows`.
3030
3131#### Installation from source
3232
33- 1 . Run ` make install-requirements-app `
34- 2 . Run tests and make sure there aren't any failing tests.
33+ 1 . Run ` make install-requirements-app ` to install the package and its
34+ dependencies.
35+ 2 . (Optional) run ` make install-requirements-dev ` for development
36+ requirements.
37+ 3 . Run tests and make sure there aren't any failing tests.
3538
3639#### Run tests
3740
You can’t perform that action at this time.
0 commit comments