Commit b141e56c authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes PEP8; Prepares class for logging mechanisms

Showing with 150 additions and 115 deletions
+150 -115
This diff is collapsed.
#!/bin/bash
sudo apt-get install -y libatlas-base-dev
python3 -m venv ohmpy
source ohmpy/bin/activate
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