run the command to be able to exec the script and setup all the enviroment
chmod +x start_project.shTo automatically set up the environment and start the project, simply run the script:
./start_project.shWhat the Script Does:
- Checks if the virtual environment (env/) exists and creates it if not.
- Activates the virtual environment
- Installs all dependencies from
requirements.txt. - Starts the project by running
main.py.
Watch the demo of the project below:
