Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 260 Bytes

cd /tmp

git clone https://github.com/pypa/virtualenv.git

python virtualenv/virtualenv.py ~/Envs/pythonenv

source ~/Envs/pythonenv/bin/activate

pip install -r requirements.txt

python plot_wel.py sample.graph sample.dot

dot -Tpng sample.dot -o sample.png