Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13277 > unrolled thread
| Started by | Micky Hulse <mickyhulse.lists@gmail.com> |
|---|---|
| First post | 2011-09-14 09:58 -0700 |
| Last post | 2011-09-14 09:58 -0700 |
| 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? Micky Hulse <mickyhulse.lists@gmail.com> - 2011-09-14 09:58 -0700
| From | Micky Hulse <mickyhulse.lists@gmail.com> |
|---|---|
| Date | 2011-09-14 09:58 -0700 |
| Subject | Re: Replace pip installed package with latest git version? |
| Message-ID | <mailman.1122.1316019577.27778.python-list@python.org> |
Hello, On Wed, Sep 14, 2011 at 1:44 AM, Alec Taylor <alec.taylor6@gmail.com> wrote: > I've installed a version of python-creole from pip. How do I upgrade > it to the latest git version? Not sure if you got an answer yet, but this is how I would do it: sudo pip install --upgrade git+git://github.com/jedie/python-creole.git#egg=python-creole The "sudo" may or may not be required. <http://www.pip-installer.org/en/latest/index.html> Hths. Cheers, Micky
Back to top | Article view | comp.lang.python
csiph-web