Discussion:
[bottlepy] git versus pip?
Thufir Hawat
2017-01-17 12:55:13 UTC
Permalink
For an existing micro service:


https://github.com/BurntSushi/nflfan


if I used git to clone the repo, would I have to fork? I'd like to
receive updates -- but not overwrite what I add.

Or, would pip be a better choice for something like that?



thanks,

Thufir
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Marcel Hellkamp
2017-01-17 13:14:28 UTC
Permalink
The git version is the development version. It should be usable most of
the time, but it is not stable. For productive use you should prefer the
releases installable via pip.
Post by Thufir Hawat
https://github.com/BurntSushi/nflfan
if I used git to clone the repo, would I have to fork? I'd like to
receive updates -- but not overwrite what I add.
Or, would pip be a better choice for something like that?
thanks,
Thufir
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...