Skip to content

Commit ff10763

Browse files
committed
update README
1 parent 7815858 commit ff10763

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ E.g. with [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https:/
4747
```bash
4848
pyenv install 3.7.7
4949
pyenv virtualenv 3.7.7 ldbc_datagen_tools
50-
echo "3.7.7/envs/ldbc_datagen_tools" > .python-version
51-
pip install --user -U pip -r tools/requirements.txt
50+
pyenv local ldbc_datagen_tools
51+
pip install -U pip
52+
pip install ./tools
5253
```
5354
### Running locally
5455

0 commit comments

Comments
 (0)