Compare commits

..

No commits in common. "becf4d697db9be170b5fcb16a58921390de205e9" and "0a3334d6ea30a19e73aeb7ab7b9284becd50f59d" have entirely different histories.

View file

@ -1,3 +1,4 @@
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate