Skip to content
Snippets Groups Projects
Commit 5af105bd authored by Thomas Müller's avatar Thomas Müller
Browse files

Recommend the official Python installer instead of MS Store

parent a7b22653
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,8 @@ To train on self-captured data, one has to process the data into an existing for ...@@ -60,6 +60,8 @@ To train on self-captured data, one has to process the data into an existing for
Both require [Python](https://www.python.org/) 3.7 or higher to be installed and available in your PATH. Both require [Python](https://www.python.org/) 3.7 or higher to be installed and available in your PATH.
On Windows you can [download an installer from here](https://www.python.org/downloads/). During installation, make sure to check "add python.exe to PATH".
If you are using Debian based Linux distribution, install Python with If you are using Debian based Linux distribution, install Python with
```sh ```sh
sudo apt-get install python3-dev python3-pip sudo apt-get install python3-dev python3-pip
...@@ -70,9 +72,7 @@ Alternatively, if you are using Arch or Arch derivatives, install Python with ...@@ -70,9 +72,7 @@ Alternatively, if you are using Arch or Arch derivatives, install Python with
sudo pacman -S python python-pip sudo pacman -S python python-pip
``` ```
On Windows you can also install Python from the Microsoft Store, which will add Python to your PATH automatically. For all operating systems, after having installed Python, you need to install the required Python packages by opening a Windows Command Prompt / Linux terminal and calling
Then you need to install the required Python packages for running this software by to do so opening a Linux terminal / Windows Command Prompt and calling
```sh ```sh
pip install -r requirements.txt pip install -r requirements.txt
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment