Discussion:
[bottlepy] installation
Thufir Hawat
2017-01-17 01:00:23 UTC
Permalink
docs say:

Bottle does not depend on any external libraries. You can just download
bottle.py into your project directory and start coding:

$ wget http://bottlepy.org/bottle.py

This will get you the latest development snapshot that includes all the
new features. If you prefer a more stable environment, you should stick
with the stable releases.


what about just cloning the git repo? Would you be able to update, or
would that break the app?


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:26:50 UTC
Permalink
The development snapshot is usable most of the time, but not stable.
That is why it is called a development snapshot. If you want stable
updates for productive use, install the latest release via pip or your
linux distribution package manager.
Post by Thufir Hawat
Bottle does not depend on any external libraries. You can just
$ wget http://bottlepy.org/bottle.py
This will get you the latest development snapshot that includes all
the new features. If you prefer a more stable environment, you should
stick with the stable releases.
what about just cloning the git repo? Would you be able to update, or
would that break the app?
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...