-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
To use our software tool, you need to have the following requirements:
- Python >= 3.7: You can download the latest version of Python from its official website (https://www.python.org/).
- Pygame library: You can install them using the Python package manager (pip) or use anaconda. To install Pygame, run
pip install pygame
if you using pip orconda install -c conda-forge pygame
if you using anaconda. - Tkinter library: To install Tkinter, run
pip install tkinter
if you using pip oranaconda
conda install tkinter``` if you using anaconda. - Scipy library: To install scipy, run
pip install scipy
. In anaconda it comes by default. - ImageIO library: To install imageio, run
pip install imageio
if you are using pip, andconda install -c conda-forge imageio
if you use anaconda env.
Alternatively, you can install the dependencies in your virtual environment using the following command:
pip install -r requirements.txt
(It only works if you have the repository and you are in the directory)
To download and install our software tool, follow these steps:
- Go to our GitHub repository (https://github.com/kennyfh/PyCA/).
- Click the "Clone or download" button and select "Download ZIP".
- Extract the ZIP file on your computer.
- Open a console or terminal and navigate to the folder where you extracted the ZIP file.
- Install the dependencies. Tip: For security it is better to create a virtual environment and install the dependencies.
- Run the command python main.py to start our software tool.
Copyright © 2022 Kenny Flores & Teodoro Jiménez . All rights reserved.
This wiki is a free resource for learning about Cellular automaton. We don't guarantee the accuracy of the information contained in this wiki and we are not liable for any damages or losses that may result from its use. Use this information at your own risk.
If you have any questions or suggestions about this wiki, don't hesitate to contact us through our GitHub repository or by sending an email to [[email protected] / [email protected]].