From 349be934a4bdf752da3811f57a365ddb1724b36a Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Tue, 23 Mar 2021 17:32:27 +0000 Subject: [PATCH] Remove unnecessary legacy resolver option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f5767689..20a275368d 100644 --- a/README.md +++ b/README.md @@ -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