An error occurred while loading the file. Please try again.
-
Forquet Nicolas authored
installation_file.txt: list package that need to be installed as well the creation of the virtual environment -> must evolves towards a setup.sh file
076f8cee
sudo apt-get install python3-venv (déjà installé)
sudo apt-get install libatlas-base-dev
mkdir python-virtual-environments
cd python-virtual-environments
python3 -m venv ohmpi
source ohmpi/bin/activate
pip install RPi.GPIO
pip install adafruit-blinka
pip install numpy
pip install adafruit-circuitpython-ads1x15