Commit 076f8cee authored by Forquet Nicolas's avatar Forquet Nicolas
Browse files

installation_file.txt: list package that need to be installed as well the...

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
Showing with 10 additions and 0 deletions
+10 -0
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment