Add Windows Commands to TD Guide #189
@ -10,18 +10,18 @@ The Blender Studio Pipeline requires `Python 3.11` or greater to be installed on
|
||||
## Linux
|
||||
Python is pre-installed on many distributions. Here is how to explicitly install python on some common distributions.
|
||||
|
||||
### Gentoo
|
||||
**Gentoo**
|
||||
```bash
|
||||
emerge --ask dev-lang/python:3
|
||||
```
|
||||
|
||||
### Ubuntu/Debian
|
||||
**Ubuntu/Debian**
|
||||
```bash
|
||||
apt-get install python3
|
||||
apt install python-is-python3
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
**Arch Linux**
|
||||
```bash
|
||||
packman -S python
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user