Bottle Setup
Installing Bottle
Before get to using Bottle, we of course need to install Bottle. Since Bottle is a Python module, we can use pip
to install it. So, we run pip install bottle
in the command line.
Once it is finished, Bottle should be installed. If it doesn't work, go here.