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]> |
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