Skip to content

Commit 349be93

Browse files
committed
Remove unnecessary legacy resolver option
1 parent d25e489 commit 349be93

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
@@ -26,7 +26,7 @@ If you want to contribute to OpenFisca-Core itself, welcome! To install it local
2626
```bash
2727
git clone https://github.com/openfisca/openfisca-core.git
2828
cd openfisca-core
29-
pip install --editable .[dev] --use-deprecated=legacy-resolver
29+
pip install --editable .[dev]
3030
```
3131

3232
## Testing

0 commit comments

Comments
 (0)