Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 368 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 368 Bytes

Python releated works : Monorepo

SETUP

create virutal environmet inside the folder where you write the code similar to vendor files

python3 -m venv dydx

activate the environment
source dydx/bin/activate
conda deactivate

install packags from file
pip3 install -r requirements.txt

# To start 
jupyter notebook

RUN

source venv/bin/activate