Skip to content

Commit

Permalink
Add venv and pip commands to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG authored Aug 5, 2021
2 parents f395c30 + 550ad36 commit 6b3e1d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install --editable .[dev] --use-deprecated=legacy-resolver
```

Expand Down

0 comments on commit 6b3e1d3

Please sign in to comment.