Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ codecov:
install-requirements: install-requirements-app install-requirements-dev

install-requirements-app:
pip install -r requirements.txt
python3 -m pip install .

install-requirements-dev:
pip install -r requirements-dev.txt
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ Not tested on `Mac OS X`/`macOS` or `Microsoft Windows`.

#### Installation from source

1. Run `make install-requirements-app`
2. Run tests and make sure there aren't any failing tests.
1. Run `make install-requirements-app` to install the package and its
dependencies.
2. (Optional) run `make install-requirements-dev` for development
requirements.
3. Run tests and make sure there aren't any failing tests.

#### Run tests

Expand Down