Migrated from GitHub
Go to file
Markus Buhatem Koch f5ca0857f3
Merge pull request #76 from BlockScience/staging
Update README.md
2019-10-02 15:22:25 -03:00
cadCAD misc 2019-09-04 16:41:20 -04:00
dist new dist 2019-09-16 23:18:10 -04:00
documentation Rename Simulation_Configuration.md to README.md 2019-09-19 22:33:06 -03:00
simulations Merge branch 'staging' into tutorials 2019-08-22 15:28:02 -03:00
testing added docs from tutorial 2019-08-22 12:52:32 -04:00
tutorials add link to readme 2019-08-28 09:13:33 -03:00
.gitignore update desc seperate 2019-09-07 18:59:41 -04:00
AUTHORS.txt hell gates pt.6 2019-09-05 16:15:53 -04:00
CONTRIBUTING.md contribution draft 2019-09-07 20:55:48 -04:00
LICENSE.txt added liscence and authors 2019-08-22 18:33:17 -04:00
README.md Update README.md 2019-10-02 15:22:02 -03:00
ascii_art.txt ascii art 2019-09-05 19:06:02 -04:00
requirements.txt fefactored env_process 2019-05-16 12:51:56 -04:00
setup.py new dist 2019-09-16 23:18:10 -04:00

README.md

                    __________   ____
  ________ __ _____/ ____/   |  / __ \
 / ___/ __` / __  / /   / /| | / / / /
/ /__/ /_/ / /_/ / /___/ ___ |/ /_/ /
\___/\__,_/\__,_/\____/_/  |_/_____/
by BlockScience
======================================
       Complex Adaptive Dynamics       
       o       i        e
       m       d        s
       p       e        i
       u       d        g
       t                n
       e
       r

cadCAD is a Python package that assists in the processes of designing, testing and validating complex systems through simulation, with support for Monte Carlo methods, A/B testing and parameter sweeping.

Getting Started

1. Installation:

Requires Python 3

Option A: Install Using pip

pip3 install cadCAD

Option B: Build From Source

pip3 install -r requirements.txt
python3 setup.py sdist bdist_wheel
pip3 install dist/*.whl

2. Learn the basics

Tutorials: available both as Jupyter Notebooks and videos

Familiarize yourself with some system modelling concepts and cadCAD terminology.

3. Documentation:

4. Connect

Find other cadCAD users at our Discourse. We are a small but rapidly growing community.