This project contains a simple main.py that prints "Hello World!" to act as a starting point for you project.
After cloning, or clicking Use Template on GitHub,
- List all your requirements in requirements.txt, each on a separate line
- Run the setup script in
scripts/that corresponds to your platform (setup.batfor Windows,setup.shfor Mac/Linux)
Make sure to run from a terminal! - Activate venv in your terminal instance, the setup script will tell you the command :)
- Python 3+
- If on Linux, you will also require
python3.12-venv