-
Notifications
You must be signed in to change notification settings - Fork 0
Setup guide
Martsim edited this page Jan 6, 2018
·
4 revisions
There are multiple ways to set up the project.
Dependencies:
- Python 3
- numpy
- tkinter (part of Python main distribution)
- PIL (Python Imaging Library) (alternative Pillow)
This distribution already contains the required packages.
Requires:
%PYTHON_HOME%\Scripts\easy_install.py pip
Install numpy
python -m pip install --user numpy
Install pillow
python -m pip install --user Pillow
Run src/main.py to use the interface.