En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.
Refs #42
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 6 7 #!bin/bash USER="pi" # change if other username cd /home/$USER/OhmPi source /home/$USER/OhmPi/ohmpy/bin/activate python ohmpi.py & # run ohmpi.py to capture the commands python http_interface.py # run http_interface to serve the web GUI
#!bin/bash USER="pi" # change if other username cd /home/$USER/OhmPi source /home/$USER/OhmPi/ohmpy/bin/activate python ohmpi.py & # run ohmpi.py to capture the commands python http_interface.py # run http_interface to serve the web GUI