A basic Python project sample with Project composer from its tutorial documentation on a basic sample usage.
- Python>=3.8;
- Project composer>=0.5.0;
- virtualenv;
- pip;
Just use the makefile action:
make install
If you don't have Makefile available on your system or you want to use something else than virtualenv or pip, you should easily be able to install it yourself. This is just about to setup a virtual Python environment for the project and then install the composer package in it.
Use the Python interpreter from your virtual environment to execute the hello.py
script:
source .venv/bin/activate python hello.py