README: Python 3.7.2 -> 3.7.3

This commit is contained in:
Ivan Kozik 2019-04-28 23:21:34 +00:00
parent bfe7cae5f8
commit 5e75c56a7d

View File

@ -74,8 +74,8 @@ As a **non-root** user:
wget https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer
chmod +x pyenv-installer
./pyenv-installer
~/.pyenv/bin/pyenv install 3.7.2
~/.pyenv/versions/3.7.2/bin/python -m venv ~/gs-venv
~/.pyenv/bin/pyenv install 3.7.3
~/.pyenv/versions/3.7.3/bin/python -m venv ~/gs-venv
~/gs-venv/bin/pip install --no-binary --upgrade git+https://github.com/ArchiveTeam/grab-site
```