Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 185 Bytes

File metadata and controls

11 lines (10 loc) · 185 Bytes

Py VIO

Install

git clone git@github.com:druiz0992/pyvio.git
cd pyvio
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt 
pip install -e .