Add Windows Commands to TD Guide #189

Merged
Nick Alberelli merged 10 commits from TinyNick/blender-studio-pipeline:feature/add-windows-td-guide into main 2024-01-17 15:44:06 +01:00
Showing only changes of commit 6416921665 - Show all commits

View File

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