Extended readme.md

This commit is contained in:
Thomas Basler 2025-01-29 19:43:13 +01:00
parent 7adafd98bf
commit 3adcd0093d

View File

@ -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
```