Installation

Using pip

The easiest way to install Pynamics is to install it directly from PyPi using pip:

pip install pynamics2

This will install the package along with its dependencies.

If you wish to contribute to the package, install its development dependencies by typing:

pip install "pynamics2[dev]"

Using git

Alternatively, the package can be installed via git. To do so, you must first clone the repository:

git clone https://github.com/MiguelLoureiro98/pynamics.git

Once the repository has been cloned, move into its directory and install the package using pip:

cd pynamics
pip install .