Simulate and visualise various dynamic system
Simulation of dynamic systems using numerical methods, the results are visualised by animation and other forms of graphical representation.
Currently using python 3.7.
To create python conda environment, run:
$ conda create -n myenv python=3.7
Activate the created environment:
$ source activate myenv
Use git to clone the Dynamics repository:
$ git clone https://github.com/IvanCHC/Dynamics.git
Setup python environment:
$ python setup.py install
To install requirements (pip):
$ pip install -r requirements.txt