mirror of https://github.com/programthink/zhao.git
4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
sudo apt-get install -y graphviz
|
||
|
pip install -r ../requirements.txt
|