Back to top

Download Options

Install with conda

$ conda install --channel conda-forge pydy

Install with pip

If you have pip installed, you can install by:

$ pip install pydy

Latest Source Release

The latest source release can be downloaded from PyPi:

https://pypi.org/project/pydy/

$ wget https://pypi.python.org/packages/source/p/pydy/pydy-X.X.X.tar.gz

Extract the archive, on unix systems (Linux, BSD, Mac OS X, Cygwin, etc.) can be done with the command:

$ tar xzf pydy-*.tar.gz

or

$ unzip xzf pydy-*.zip

It can be installed after extracting by running the following command in the source directory:

$ python -m pip install .

in the project’s root directory.

Previous releases

You can access all the previous releases from the PyPi history. This is useful if the latest release does not work for you for some reason.

Development Version

To clone the git repository, use:

$ git clone git://github.com/pydy/pydy.git

then follow the instructions in the README file.

And you can also access the git repository on the web: https://github.com/pydy/pydy