#伯多
刮擦社交网络以获取有关鸟类的信息
##安装
制作一个virtualenv
$ pip install -r requirements/local.txt
安装postgres> = 9.4
安装geos库
mac: $ brew install geos
更多: :
安装gdal库mac: # brew install gdal
建立资料库
$ createdb birdo
更多: :
同步数据库$ python manage.py migrate
建立前端
$ cd assets
$ npm install && npm run build
运行:
$ python manage.py runserver_plus
治具
鸟类
从vispedia数据创建鸟类模型
$ python manage.py runscript import_birds
$
2021-07-09 17:04:56
70KB
Python
1