Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 667 Bytes

install.rst

File metadata and controls

30 lines (18 loc) · 667 Bytes

Installation

PYPOWER depends upon:

It can be installed using setuptools_:

$ easy_install PYPOWER

Alternatively, download and unpack the tarball and install:

$ tar zxf PYPOWER-4.0.tar.gz
$ python setup.py install

On UNIX systems, use sudo for the latter command if you need to install the scripts to a directory that requires root privileges:

$ sudo python setup.py install

The development Git_ repository can be cloned from GitHub_:

$ git clone http://github.com/rwl/PYPOWER.git