我想安装最新的django-froala-editor
版本。
但是pip install
会继续安装django-froala-editor
版本2.0.1。
(使用virtualenvwrapper来简化测试)
mktmpenv
pip search froala
pip install django-froala-editor
版本2.0.1
已安装,即使2.3.2
为present on the pypi website且点子搜索显示2.1.0
版本。
OS X Yosemity 10.10.5, pip版本8.1.2, python 2.7
答案 0 :(得分:1)
如果您无法从pypi获取最新版本,请直接从git
安装:
pip install git+https://github.com/froala/django-froala-editor
这可以作为git+https://github.com/froala/django-froala-editor
一般来说,
pip install git+{url to repo}