Skip to content

Commit 6b3e1d3

Browse files
authored
Add venv and pip commands to installation instructions
2 parents f395c30 + 550ad36 commit 6b3e1d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If you want to contribute to OpenFisca-Core itself, welcome! To install it local
2828
```bash
2929
git clone https://github.com/openfisca/openfisca-core.git
3030
cd openfisca-core
31+
python3 -m venv .venv
32+
source .venv/bin/activate
33+
pip install -U pip
3134
pip install --editable .[dev] --use-deprecated=legacy-resolver
3235
```
3336

0 commit comments

Comments
 (0)