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
|
## Linux
|
||||||
Python is pre-installed on many distributions. Here is how to explicitly install python on some common distributions.
|
Python is pre-installed on many distributions. Here is how to explicitly install python on some common distributions.
|
||||||
|
|
||||||
### Gentoo
|
**Gentoo**
|
||||||
```bash
|
```bash
|
||||||
emerge --ask dev-lang/python:3
|
emerge --ask dev-lang/python:3
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ubuntu/Debian
|
**Ubuntu/Debian**
|
||||||
```bash
|
```bash
|
||||||
apt-get install python3
|
apt-get install python3
|
||||||
apt install python-is-python3
|
apt install python-is-python3
|
||||||
```
|
```
|
||||||
|
|
||||||
### Arch Linux
|
**Arch Linux**
|
||||||
```bash
|
```bash
|
||||||
packman -S python
|
packman -S python
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user