Web Scraper & API for the EPFL CourseNet
Set up virtual environment:
python -m venv ./py/envpip install wheel setuptoolsActivate virtual environment (Windows):
.\py\env\Scripts\activateInstall dependencies (when virtualenv is activated)
pip install -r requirements.txtInstall package in site-packages directory: Note: This happens automatically when above line is run and ./py is in requirements.txt
python setup.py install --userRun local redis server after installing it to your system
redis-serverRun redis server and Node app in parallel
npm run devRun the following in your activated environment to connect the environment to Jupyter notebook:
pip install ipykernel
python -m ipykernel install --user --name=coursenet-env