van-richard/CodingNotes
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Setup this repository for local build 1. clone ```bash git clone git@github.com:van-richard/PL888.git cd PL888 ``` 2. create conda environment ```bash conda create -n webdev pythion pip conda activate webdev ``` 3. install requirments ``` pip install -r requirements.txt ```