python -m venv env
env\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
jupyter notebook
python -m venv env
env\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
jupyter notebook