We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7815858 commit ff10763Copy full SHA for ff10763
README.md
@@ -47,8 +47,9 @@ E.g. with [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https:/
47
```bash
48
pyenv install 3.7.7
49
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
+pyenv local ldbc_datagen_tools
+pip install -U pip
52
+pip install ./tools
53
```
54
### Running locally
55
0 commit comments