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 ```