Installation
Prerequisites
PhysioBlocks only needs a recent python version installed.
- Supported python version:
3.10 to 3.14
Note
We recommend using a python virtual environment to install PhysioBlocks. You can find more informations about python virtual environment in the documentation : https://docs.python.org/3/library/venv.html
Here are the instructions to create a virtual environment:
# The current folder can be the PhysioBlocks package for example.
# Create the virtual environment
python -m venv .venv
# Activate the virtual environment
source .venv/bin/activate
# To deactivate the virtual environment
deactivate
Base Installation
This installation allows to use the PhysioBlocks library and the PhysioBlocks launcher.
pip install physioblocks