Change instructions mentioning python3.x to python3 (#554)

* Change python3.x to python3
This commit is contained in:
Kevin Eifinger 2020-05-26 12:37:39 +02:00 committed by GitHub
parent b4a2599750
commit 7a64a0b1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ When a task is currently running (like `Preview` for the docs), it can be restar
## Preparing Your environment
It is also possible to set up a more traditional development environment. See the section for your operating system.
It is also possible to set up a more traditional development environment. See the section for your operating system. Make sure your Python version is 3.7 or later.
### Developing on Linux
@ -78,7 +78,7 @@ When the Linux subsystem is set up, perform install as for Linux.
```shell
$ sudo apt-get update
$ sudo apt-get install python3-pip python3.7-dev python3.7-venv python-wheel-common
$ sudo apt-get install python3-pip python3-dev python3-venv python-wheel-common
$ sudo apt-get install autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev
$ sudo apt-get install -y libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev
```