README: Fix note; wpull 2.0.1 does work on Python 3.5

This commit is contained in:
Ivan Kozik 2016-07-15 05:41:27 +00:00
parent 63fdb9d5c6
commit d66011e86a

View File

@ -75,7 +75,7 @@ PATH="$PATH:$HOME/.local/bin"
Install on Ubuntu 16.04
---
This is more involved because Ubuntu 16.04 (xenial) includes python3.5 but not python3.4, yet grab-site/wpull does not yet work on python3.5. We have to install python3.4 from a PPA.
This is more involved because Ubuntu 16.04 (xenial) includes python3.5 but not python3.4, yet grab-site does not yet work on python3.5. We have to install python3.4 from a PPA.
```
sudo apt-get update