Skip to content

Commit

Permalink
Update tracker installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 28, 2021
1 parent 23f4aff commit 2b322a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,8 @@ pip install openfisca_core[tracker]
Or for an editable installation:

```
pip install --requirement requirements/tracker --upgrade
pip install --requirement requirements/dev --upgrade
pip install --editable . --upgrade --no-dependencies
make install
make install-tracker
```

#### Tracker configuration
Expand Down
5 changes: 5 additions & 0 deletions openfisca_tasks/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ install-core:
@pip uninstall --quiet --yes openfisca-core
@pip install --quiet --no-dependencies --editable .

## Install the WebAPI tracker.
install-tracker:
@$(call print_help,$@:)
@pip install --quiet --upgrade --constraint requirements/tracker openfisca-tracker

## Install lower-bound dependencies for compatibility check.
install-compat:
@$(call print_help,$@:)
Expand Down

0 comments on commit 2b322a3

Please sign in to comment.