based on https://github.com/Hezi-Resheff/Oreilly-Learning-TensorFlow
python -m virtualenv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python -m pytest tests
based on https://github.com/Hezi-Resheff/Oreilly-Learning-TensorFlow
python -m virtualenv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python -m pytest tests