En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.
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 sudo apt-get install -y libatlas-base-dev python3 -m venv ohmpy source ohmpy/bin/activate || exit 1 # NOTE: Added || exit to avoid installing requirements in system python export CFLAGS=-fcommon pip install -r requirements.txt
#!/bin/bash sudo apt-get install -y libatlas-base-dev python3 -m venv ohmpy source ohmpy/bin/activate || exit 1 # NOTE: Added || exit to avoid installing requirements in system python export CFLAGS=-fcommon pip install -r requirements.txt