Skip to content

Commit bab5aaf

Browse files
committed
Remove unnecessary legacy resolver option
1 parent 06fc822 commit bab5aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you want to contribute to OpenFisca-Core itself, welcome! To install it local
2727
```bash
2828
git clone https://github.com/openfisca/openfisca-core.git
2929
cd openfisca-core
30-
pip install --editable .[dev] --use-deprecated=legacy-resolver
30+
pip install --editable .[dev]
3131
```
3232

3333
## Testing

0 commit comments

Comments
 (0)