summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 6102d5ec147041166cbd3d1baa4eb6a33deb7aba (plain)
1
2
3
4
5
6
7
8
9
10
11
Installing Routes can be done the traditional way with:

    python setup.py install

Or directly from the CheeseShop via setuptools:

    easy_install Routes

Alternatively, you can copy the package to your site-packages directory
to bypass the setuptools based install script (which requires an Internet
connection).