add vcs-* fields to debian/control
[debian/mudpuppy.git] / INSTALL
1 - First, get make-magic up and running. It's available from
2   https://github.com/anchor/make-magic
3
4 - Install python2.6 or newer
5
6 - Install 'requests' following from PyPi using easy_install or pip. e.g.:
7
8         pip install requests
9
10 - Read the README to get started