Installation
Setup
Python installation is required!
Install just py4pd
(no Python) will not work.
The process of installation is simple, first we install Python
and then py4pd
.
1. Install Python
On Windows
you can install Python like and ordirary software.
- Go to Python.org,
- Go to the bottom of the page and download:
Windows installer (64-bit)
. - Install it as an ordinary program.
Click if you are a Windows User
I recommend mark the option Add Python 3.10 to PATH
.
On MacOS
you can install Python like and ordirary software.
- Go to Python.org,
- Go to the bottom of the page and download:
macOS 64-bit universal2 installer
. - Install it as an ordinary program.
On Linux
you can install Python like and ordirary software.
- Open the terminal.
- Run:
sudo dnf install python3.11 python3-pip
(Fedora) orsudo apt install python3.11 python3-pip
(Ubuntu) orsudo pacman -S python3.11 python3.pip
(Arch).
Attention to Python Version
If you want to use old versions, the Python must follow the exact version of the compilation:
py4pd version | Python version |
---|---|
0.7.0 | Python 3.10 |
0.6.0 | Python 3.10 |
0.5.0 | Python 3.11 |
0.4.0 | Python 3.11 |
0.3.0 | Python 3.10 |
0.2.0 | Python 3.10 |
0.1.0 | Python 3.10 |
0.0.0 | Python 3.10 |
2. Install py4pd
py4pd
- Open PureData,
- Go to
Help->Find Externals->
, - Search for
py4pd
, - Select py4pd and click on
Install
: