项目作者: IvanCHC

项目描述 :
Simulate and visualise various dynamic system
高级语言: Python
项目地址: git://github.com/IvanCHC/Dynamics.git
创建时间: 2019-04-11T13:50:03Z
项目社区:https://github.com/IvanCHC/Dynamics

开源协议:GNU General Public License v3.0

下载


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:

    1. $ conda create -n myenv python=3.7
  2. Activate the created environment:

    1. $ source activate myenv
  3. Use git to clone the Dynamics repository:

    1. $ git clone https://github.com/IvanCHC/Dynamics.git
  4. Setup python environment:

    1. $ python setup.py install
  5. To install requirements (pip):

    1. $ pip install -r requirements.txt