Let's take plunge 🏊♀️ into this Readme File real quick.
In order to run this project you have to follow the following steps:
- clone the Repository
- create a new folder for managing virtual environments and create a new virtual environment using 'venv' as
python -m venv open-course-ware-env
- activate virtual environment as
# for linux use
source <location-to-virtual-environment>/open-course-ware-env/bin/activate
# for windows use
<location-to-virtual-environment>/open-course-ware-env/Scripts/activate
- cd into the cloned repo
- run
poetry install
to install all needed deps