Skip to content

Commit

Permalink
Remove unnecessary legacy resolver option
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Mar 26, 2021
1 parent d25e489 commit 349be93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want to contribute to OpenFisca-Core itself, welcome! To install it local
```bash
git clone https://github.com/openfisca/openfisca-core.git
cd openfisca-core
pip install --editable .[dev] --use-deprecated=legacy-resolver
pip install --editable .[dev]
```

## Testing
Expand Down

0 comments on commit 349be93

Please sign in to comment.