Commit af04473d authored by Clement Remi's avatar Clement Remi
Browse files

Delete deploy_virtual_env.sh replace by create_virtual_env

Showing with 0 additions and 7 deletions
+0 -7
#!/bin/bash
sudo apt-get install -y libatlas-base-dev
python -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
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