Skip to content

IvanCHC/Dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamics

Simulation of dynamic systems using numerical methods, the results are visualised by animation and other forms of graphical representation.

Build Status

Installation and Environment Setup

Currently using python 3.7.

  1. To create python conda environment, run:
$ conda create -n myenv python=3.7
  1. Activate the created environment:
$ source activate myenv
  1. Use git to clone the Dynamics repository:
$ git clone https://github.com/IvanCHC/Dynamics.git
  1. Setup python environment:
$ python setup.py install
  1. To install requirements (pip):
$ pip install -r requirements.txt