Skip to content

Commit c86aa73

Browse files
Merge pull request #67 from N-BodyPhysicsSimulator/codex/update-installation-process-and-readme
Update Makefile install target
2 parents b257d48 + 45f0c84 commit c86aa73

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codecov:
2222
install-requirements: install-requirements-app install-requirements-dev
2323

2424
install-requirements-app:
25-
pip install -r requirements.txt
25+
python3 -m pip install .
2626

2727
install-requirements-dev:
2828
pip install -r requirements-dev.txt

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)