Course material for WWCode Connect Digital 2020
- python 3.8+
- working internet connection for
pipoperations and calling the Advice Slip API
-
(Optional) If you are familiar with
virtualenv, you may usevenvas the virtual environment directory (added to.gitignore).python -m venv venvMake 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.txtpython -m pip install -r requirements.txt -
Run
main.pyto make sure that things are running on your endpython main.py
Advice Slip API (@adviceslip) provided by @tomkiss