- Create a folder of where this project's folder will be downloaded
- On Windows, press
Shift
and thenRight click
on an empty area - Select "Open Terminal Here"
- Run the command
git clone HDD
pip install virtualenv
python -m venv venv
source venv/bin/activate # Linux
.\venv\Scripts\activate # Windows
pip install -r requirements.txt
Done after the virtual environment is activated (Step #1.4)
python bokeh-server.py