Minor changes to install docs (#2427)

- When creating a venv, use `python3.7` instead of `python3`
- Remove unnecessary dependency from pyenv pre-requirements on Debian
- Use curl over wget for get-pip on Xenial

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine
2019-02-07 10:51:17 +11:00
committed by GitHub
parent 7d5bae5a50
commit c56fa5a320
2 changed files with 4 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ to keep it in a location which is easy to type out the path to. From now, we'll
~~~~~~~~~~~~~~~~~~~~~~~~
Create your virtual environment with the following command::
python3 -m venv path/to/venv/
python3.7 -m venv path/to/venv/
And activate it with the following command::