README: install instruction fixes

This commit is contained in:
Ivan Kozik 2018-10-09 16:00:57 +00:00
parent e790ff8329
commit 5b67d90cfb

View File

@ -62,7 +62,7 @@ On Debian, use `su` to become root if `sudo` is not configured to give you acces
```
sudo apt-get update
sudo apt-get install --no-install-recommends git build-essential pkg-config libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libxml2-dev libxslt1-dev libre2-dev
sudo apt-get install --no-install-recommends git build-essential pkg-config libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libffi-dev libxml2-dev libxslt1-dev libre2-dev
wget https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer
chmod +x pyenv-installer
./pyenv-installer
@ -152,7 +152,7 @@ On Windows 10 Fall Creators Update (1703) or newer:
7. Wait for install and create a user when prompted.
8. Follow the [Ubuntu 14.04, 16.04, Debian 8 (jessie)](#install-on-ubuntu-1404-1604-debian-8-jessie) steps.
8. Follow the [Ubuntu 16.04, 18.04, Debian 9 (stretch), Debian 10 (buster)](#install-on-ubuntu-1604-1804-debian-9-stretch-debian-10-buster) steps.