Shell-Example
To install from pypi using pip/pip3
$ pip3 install PySpeedIT
To install from source using setup.py
$ python3 setup.py build
$ sudo python3 setup.py install
To install from source using make
$ sudo make install
Note
In the source root folder the Makefile has a number of helpful shortcut commands
Important
Warnings at installation
$ warning: no previously-included files matching '__pycache__' found under directory '*'
This can be ignored __pycache__ is excluded in the MANIFEST.in file
The latest copy of this documentation should always be available at: http://packages.python.org/PySpeedIT
If you wish to generate your own copy of the documentation, you will need to:
Download the PySpeedIT source.
If not already installed - install PSphinxTheme (1.2.4 or better)
$ pip3 install PSphinxTheme
From the PySpeedIT source directory, run:
Shell-Example
To build the documentation from source using setup.py
$ python3 setup.py build_sphinx -E
To build from source using make
$ make docs
Once Sphinx is finished, point a web browser to the file SOURCE/build/sphinx/html/index.html.