Installation

You need Python 3 interpreter to use this program

  1. Clone repository of the project:

    git clone https://github.com/sudoandros/PythonDevelopment2019Project
    
  2. It terminal go to the repository root and run:

    pip install .
    
  3. Now you can run a program by using command game_of_life (if path to the Python interpreter are in your PATH variable).