Skip to content

Commit

Permalink
Add in README + install dependencies in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
riledigital committed May 11, 2022
1 parent c9e1622 commit 120bf93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ test:
.PHONY: dev

dev:
pip install -r ./requirements.txt \
pip -e .[dev]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ housing_smogn = smogn.smoter(
## Development

- Clone this repo and `cd` to it.
- `make dev` to install the package locally + development dependencies
- `make dev` to install dependencies, development dependencies, and to install
the package locally.
- `make test` to run pytest tests located in `tests/`

## Examples
Expand Down

0 comments on commit 120bf93

Please sign in to comment.