Re: ReportLab 3.0 alpha 1 available - Python 2.7 & 3.3 support
Michael Hipp <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
Yes, the pip documentation is rather sparse on that subject. It's basically the pip command as you posted but inverted and put on separate lines. It's an odd syntax if you ask me. reportlab==3.0a1 -i https://www.reportlab.com/pypi/ Michael On 2/5/2014 1:51 AM, Andy Robinson wrote: > Michael, I didn't know that was possible! Thank you. Is that '-i' on > a separate line below or has it wrapped? > > - Andy > > > > > > On 5 February 2014 01:34, Michael Hipp <[email protected]> wrote: >> On 2/4/2014 7:07 PM, Michael Hipp wrote: >>> >>> On 2/4/2014 4:11 PM, Andy Robinson wrote: >>>> >>>> pip install -i https://www.reportlab.com/pypi/ reportlab==3.0a1 >>> >>> >>> Does anyone know how to put this into a requirements.txt file? 'pip >>> freeze' is no help. >> >> >> Nevermind, eventually figured out that this works in requirements.txt: >> >> pillow >> reportlab==3.0a1 >> -i https://www.reportlab.com/pypi/ >> >> Sorry for the noise. >> >> Michael >> >> >> _______________________________________________ >> reportlab-users mailing list >> [email protected] >> http://two.pairlist.net/mailman/listinfo/reportlab-users > > >