CS50's Introduction to Programming with Python problem set 3 on Exceptions
Git clone the repo
git clone [email protected]:GakuruAlex/fuel_gauge.git
change directory to nutrition
cd fuel_gauge
Create a virtualenv
python3 -m venv myenvname
Activate virtualenv
source myenvname/bin/activate
Install requirements
pip install -r requirements.txt
python3 fuel_gauge.py
pytest -v