Installation¶
cowboybike is compatible with Python 3.4+.
Use pip to install the latest stable version of cowboybike:
$ sudo pip install --upgrade cowboybike
The current development version is available on gitlab. Use git and python setup.py to install it:
$ git clone https://gitlab.com/samueldumont/python-cowboy-bike
$ cd python-cowboy-bike
$ sudo python setup.py install