Skip to content

Commit 5af105b

Browse files
committed
Recommend the official Python installer instead of MS Store
1 parent a7b2265 commit 5af105b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/nerf_dataset_tips.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ To train on self-captured data, one has to process the data into an existing for
6060

6161
Both require [Python](https://www.python.org/) 3.7 or higher to be installed and available in your PATH.
6262

63+
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".
64+
6365
If you are using Debian based Linux distribution, install Python with
6466
```sh
6567
sudo apt-get install python3-dev python3-pip
@@ -70,9 +72,7 @@ Alternatively, if you are using Arch or Arch derivatives, install Python with
7072
sudo pacman -S python python-pip
7173
```
7274

73-
On Windows you can also install Python from the Microsoft Store, which will add Python to your PATH automatically.
74-
75-
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
75+
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
7676
```sh
7777
pip install -r requirements.txt
7878
```

0 commit comments

Comments
 (0)