From 7a64a0b1ea7230641c23c375e52a258762826e4a Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Tue, 26 May 2020 12:37:39 +0200 Subject: [PATCH] Change instructions mentioning python3.x to python3 (#554) * Change python3.x to python3 --- docs/development_environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 2fdd6cee..7a271826 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -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 ```