Installing PydyGP

PydyGP is hosted on the Python Package Index https://pypi.org/project/pydygp/. The preferred tool for installing packages from PyPI is pip. This tool is provided with all modern versions of Python.

On Linux or MacOS, you should open your terminal and run the following command.

$ pip install -U pydygp

On Windows, you should open Command Prompt (⊞Win-r and type cmd) and run the same command.

C:\> pip install -U pydygp