diff --git a/README.md b/README.md index 8e2e4e0..a8ac165 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Create custom Debian Package for python +This script creates a debian package of a custom python version and uploads it to a gitea package repository. + ## Requirements ### Docker @@ -56,3 +58,25 @@ Finally, install Docker Engine, Docker CLI, and the Docker Compose plugin: ```bash sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` + +### Other dependencies + +```bash +sudo apt install git curl +``` + +## Install and run + +### Preparation + +```bash +git clone https://git.binary-kitchen.de/homeautomation/python +cd python +cp .env.sample .env +``` + +Edit the file `.env` to match your requirements and execute + +```bash +./create_package.sh +```