> I just read about the newer "fast start" version, and wondering if I
> should begin with that? Is that the current "development" version?
> Or shall I stick with the 0.7 stable version?
I highly recommend you use fresh-start. You should be able to do:
$ pip install --extra-index=http://dist.pinaxproject.com/fresh-start/ Pinax
Danny
> --
> You received this message because you are subscribed to the Google Groups
> "Pinax Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/pinax-users/-/bldVeTlIdkZ6andK.
> To post to this group, send email to pinax...@googlegroups.com.
> To unsubscribe from this group, send email to
> pinax-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pinax-users?hl=en.
>
--
'Knowledge is Power'
Daniel Greenfeld
http://pydanny.com
http://cartwheelweb.com
$ pip install --extra-index=http://dist.pinaxproject.com/fresh-start PinaxDownloading/unpacking PinaxDownloading Pinax-0.9a2.dev1016.tar.gz (1.4Mb): 1.4Mb downloadedRunning setup.py egg_info for package Pinax
--
You received this message because you are subscribed to the Google Groups "Pinax Users" group.
To post to this group, send email to pinax...@googlegroups.com.
To unsubscribe from this group, send email to pinax-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.
> Try putting the extra-index parameter before the package name, e.g.:
>
> $ pip install --extra-index=http://dist.pinaxproject.com/fresh-start Pinax
> Downloading/unpacking Pinax
> Downloading Pinax-0.9a2.dev1016.tar.gz (1.4Mb): 1.4Mb downloaded
> Running setup.py egg_info for package Pinax
I find it odd this works. The option is --extra-index-url not --extra-index. Perhaps some optparse magic or bug ;-)
Brian Rosner
https://twitter.com/brosner
https://github.com/brosner
I find it odd this works. The option is --extra-index-url not --extra-index. Perhaps some optparse magic or bug ;-)
On Jul 19, 2011, at 12:24 PM, Yarko Tymciurak wrote:
> Try putting the extra-index parameter before the package name, e.g.:
>
> $ pip install --extra-index=http://dist.pinaxproject.com/fresh-start Pinax
> Downloading/unpacking Pinax
> Downloading Pinax-0.9a2.dev1016.tar.gz (1.4Mb): 1.4Mb downloaded
> Running setup.py egg_info for package Pinax
I find it odd this works. The option is --extra-index-url not --extra-index. Perhaps some optparse magic or bug ;-)
On Jul 19, 2011, at 12:24 PM, Yarko Tymciurak wrote:
> Try putting the extra-index parameter before the package name, e.g.:
>
> $ pip install --extra-index=http://dist.pinaxproject.com/fresh-start Pinax
> Downloading/unpacking Pinax
> Downloading Pinax-0.9a2.dev1016.tar.gz (1.4Mb): 1.4Mb downloaded
> Running setup.py egg_info for package Pinax
Brian Rosner
https://twitter.com/brosner
https://github.com/brosner
--
You received this message because you are subscribed to the Google Groups "Pinax Users" group.
To post to this group, send email to pinax...@googlegroups.com.
To unsubscribe from this group, send email to pinax-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.