增加自动设置环境的shell脚本(ubuntu)

This commit is contained in:
Yohn 2016-03-01 13:35:09 +08:00
parent 0a4f46dbf4
commit 27d504fd67
1 changed files with 3 additions and 0 deletions

3
bin/setupenv4ubuntu.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo apt-get install -y graphviz
pip install -r ../requirements.txt