Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 757 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 757 Bytes

CellularAutomata

Join the chat at https://gitter.im/Sciguymjm/CellularAutomata

Music generation using elementary Cellular Automata.

##Example (Rule 30)

Rule 30 Example

Install Instructions:

  1. Clone with Git - git clone https://github.com/Sciguymjm/CellularAutomata.git
  2. Install dependencies
    • mingus - sudo pip install mingus

Developer Install

Additional setup steps for developers:

  1. install additional dependencies:
    • nose - pip install nose
  2. run tests to check your setup: (from project dir) nosetests - should result in "OK"