【发布时间】:2014-07-08 10:42:35
【问题描述】:
我想在pythonanywhere virtualenv 上安装 django-remote-forms 但似乎 pip repo 不包括 django-remote-forms 而且当我在 pythonanywhere 主机上上传文件时,我不需要权限 使用 setup.py 安装 如果有人可以帮助我
【问题讨论】:
标签: django installation pythonanywhere
我想在pythonanywhere virtualenv 上安装 django-remote-forms 但似乎 pip repo 不包括 django-remote-forms 而且当我在 pythonanywhere 主机上上传文件时,我不需要权限 使用 setup.py 安装 如果有人可以帮助我
【问题讨论】:
标签: django installation pythonanywhere
你可以直接从github安装:
pip install --user https://github.com/WiserTogether/django-remote-forms/archive/master.zip
【讨论】: