Fixing website and API documentation links
[PyCIM.git] / doc / install.rst
blob3c534e9bb60348d623525fdb8b3f03cc3e6b90cd
1 Installation
2 ------------
4 PyCIM has no dependencies beyond Python_ 2.5 or later. It can be easy_installed
5 using setuptools_::
7   $ easy_install PyCIM
9 Alternatively, download and unpack the tarball and install::
11   $ tar zxf PyCIM-XX.XX.tar.gz
12   $ python setup.py install
14 On UNIX systems, use sudo for the latter command if you need to install the
15 scripts to a directory that requires root privileges::
17   $ sudo python setup.py install
19 The development Git_ repository can be cloned from GitHub_::
21   $ git clone https://github.com/rwl/PyCIM.git
23 .. include:: ./links_names.txt