If you have The latest source release can be downloaded from PyPi: https://pypi.org/project/pydy/ Extract the archive, on unix systems (Linux, BSD, Mac OS X, Cygwin, etc.) can
be done with the command: or It can be installed after extracting by running the following command in the
source directory: in the project’s root directory. 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. To clone the git repository, use: then follow the instructions in the README file. And you can also access the git repository on the web: https://github.com/pydy/pydyDownload Options¶
Install with conda¶
$ conda install --channel conda-forge pydy
Install with pip¶
pip installed, you can install by:$ pip install pydy
Latest Source Release¶
$ wget https://pypi.python.org/packages/source/p/pydy/pydy-X.X.X.tar.gz
$ tar xzf pydy-*.tar.gz
$ unzip xzf pydy-*.zip
$ python -m pip install .
Previous releases¶
Development Version¶
$ git clone git://github.com/pydy/pydy.git