Installation ============ This section lists the dependencies of GopPy and provides installation instructions. The installation is quite easy as GopPy is a pure Python package. Requirements ------------ GopPy depends on: * `NumPy `_ If you want to run the unit tests, you will additionally need: * `nose `_ * `PyHamcrest `_ If you want to build the documentation, you will need: * `Sphinx `_ * `numpydoc `_ * `matplotlib `_ Install with pip ---------------- You can install GopPy easily with pip:: pip install goppy