Skip to content

Commit 48aced1

Browse files
committed
Bump pyenv Python version
Required for compatibility with M1 Macs: pyenv/pyenv#2143
1 parent 9a68c5d commit 48aced1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ and install the dependencies.
4343

4444
E.g. with [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv):
4545
```bash
46-
pyenv install 3.7.7
47-
pyenv virtualenv 3.7.7 ldbc_datagen_tools
46+
pyenv install 3.7.13
47+
pyenv virtualenv 3.7.13 ldbc_datagen_tools
4848
pyenv local ldbc_datagen_tools
4949
pip install -U pip
5050
pip install ./tools

0 commit comments

Comments
 (0)