Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13275 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2011-09-15 00:26 +1000 |
| Last post | 2011-09-15 00:26 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Replace pip installed package with latest git version? Alec Taylor <alec.taylor6@gmail.com> - 2011-09-15 00:26 +1000
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2011-09-15 00:26 +1000 |
| Subject | Re: Replace pip installed package with latest git version? |
| Message-ID | <mailman.1118.1316010410.27778.python-list@python.org> |
--editable=git+https://github.com/jedie/python-creole.git is not the right forma t; it must have #egg=Package On Wed, Sep 14, 2011 at 10:54 PM, One Murithi <o0murithi@gmail.com> wrote: > pip install -e <PATH_GIT_CHECKOUT> > On Wed, Sep 14, 2011 at 11:44 AM, Alec Taylor <alec.taylor6@gmail.com> > wrote: >> >> Good evening, >> >> I've installed a version of python-creole from pip. How do I upgrade >> it to the latest git version? >> >> (Windows 7 x64 SP1) >> >> Thanks for all suggestions, >> >> Alec Taylor >> -- >> http://mail.python.org/mailman/listinfo/python-list > >
Back to top | Article view | comp.lang.python
csiph-web