Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 283 Bytes

File metadata and controls

26 lines (20 loc) · 283 Bytes

Orientation Project - Python

Refer to the Fellowship LMS for information!

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

flask run

Run tests

pytest test_pytest.py

Run Linter

pylint *.py