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