Installation¶
You need Python 3 interpreter to use this program
Release¶
If you want stable version of the package.
Go to the releases page of our repository https://github.com/sudoandros/PythonDevelopment2019Project/releases
Download .whl file of preferred version.
Go to the same directory where you have downloaded .whl file to and run:
pip install name_of_file.whl
Now you can run a program by using command
game_of_life(if path to the Python interpreter are in your PATH variable).
Latest version¶
Use this if you want to install the latest available version of the program. But be warned that it may contain bugs
Clone repository of the project:
git clone https://github.com/sudoandros/PythonDevelopment2019Project
In terminal go to the repository root and run:
pip install .
Now you can run a program by using command
game_of_life(if path to the Python interpreter are in your PATH variable).