Desktop application for planning the cultivation of vegetable plants.
To install the dependencies, run pip3 install -r requirements.txt
.
The application can be started by running python3 main.py
or as an executable as described below.
Tip: How to run a python file directly without breaking relative imports:
To run planit/genetic/genetic_algorithm.py
run the following command in your terminal:
python -m planit.genetic.genetic_algorithm
Tip: Building an executable
Make sure you are in the planit root folder:
pip install auto-py-to-exe
auto-py-to-exe -c build_settings.json
After opening auto-py-to-exe, you'll have to change the path to the main.py
file and, under the Additional Files tab, change the path to the resources
folder.
Then just press CONVERT .PY to .EXE. The output files are in output/