Course material for WWCode Connect Digital 2020
- python 3.8+
- working internet connection for
pip
operations and calling the Advice Slip API
-
(Optional) If you are familiar with
virtualenv
, you may usevenv
as the virtual environment directory (added to.gitignore
).python -m venv venv
Make sure to activate your virtual environment afterwards. Command for activating the virtual environment will depend on your system and terminal.
source venv/Scripts/activate
-
Download dependencies per
requirements.txt
python -m pip install -r requirements.txt
-
Run
main.py
to make sure that things are running on your endpython main.py
Advice Slip API (@adviceslip) provided by @tomkiss