Closed Bug 997224 Opened 11 years ago Closed 11 years ago

update docs to specify pyrepo should be used with pip

Categories

(Marketplace Graveyard :: General, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED FIXED
2014-04-22

People

(Reporter: eviljeff, Assigned: mat)

Details

(Whiteboard: [qa-])

[16:24] <eviljeff> pip is complaining about the 'django-pymemcache==0.1.1-fixserial' line [16:25] <eviljeff> I'm guessing its a change in the last month. [16:25] <mat> eviljeff: you need to use pyrepo [16:25] <mat> the docs should mention this [16:25] <mat> somewhere [16:25] <eviljeff> I'm following http://zamboni.readthedocs.org/en/latest/topics/install-zamboni/installation.html#updating [16:26] <mat> looks like we still have an issue with readthedocs not updating then :( [16:26] <mat> see https://github.com/mozilla/zamboni/blob/master/docs/topics/install-zamboni/installation.rst#finish-the-install in the meantime [16:27] <eviljeff> mat: https://github.com/mozilla/zamboni/blob/master/docs/topics/install-zamboni/installation.rst#updating is the same? [16:27] <mat> oh [16:28] <mat> we need to patch the docs then :p [16:28] <mat> the makefile should do the right thing though [16:29] <mat> --find-links https://pyrepo.addons.mozilla.org/ is the important part (though you probably want --download-cache=/tmp/pip-cache as well to re-use packages already downloaded) [16:29] <eviljeff> I can't use the make because it doesn't work properly with the virtual machine & git out of the VM setup I have [16:30] <mat> pip install --no-deps --exists-action=w --download-cache=/tmp/pip-cache -r requirements/dev.txt --find-links https://pyrepo.addons.mozilla.org/ [16:30] <mat> use that ^
Status: NEW → RESOLVED
Closed: 11 years ago
Priority: -- → P4
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 2014-04-22
You need to log in before you can comment on or make changes to this bug.