Installation Instructions

Requirements

Installing

Shell-Example

To install from pypi using pip/pip3

$ pip3 install PSphinxTheme

To install from source using setup.py

$ python3 setup.py build
$ sudo python3 setup.py install

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

Documentation

The latest copy of this documentation should always be available at: http://packages.python.org/PSphinxTheme

If you wish to generate your own copy of the documentation, you will need to:

  1. Download the PSphinxTheme source.
  2. If not already installed - install Sphinx
  3. If not already installed - install python_lconf_lexer
  4. From the PSphinxTheme source directory, run python3 setup.py build_sphinx -E.
  5. Once Sphinx is finished, point a web browser to the file SOURCE/build/sphinx/html/index.html.