使用python3.5
python编译依赖
sudo apt-get install python3.5-dev
pg依赖
sudo apt-get install postgresql-server-dev-9.3 postgresql-9.3
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
使用python3.5
python编译依赖
sudo apt-get install python3.5-dev
pg依赖
sudo apt-get install postgresql-server-dev-9.3 postgresql-9.3
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt