Adrianux.net/README.md
ahoemann e9b32af7c7
All checks were successful
/ update (push) Successful in 1s
docs: updated README
2025-01-21 12:30:02 +01:00

394 B

Installation

Setting up the environment

  1. Create a virtual environment:
python3 -m venv .venv
  1. Activate the virtual environment:
. .venv/bin/activate
  1. Install dependencies:
pip install requirements.txt

Building the container

# <runtime> build -t adrianux:<tag> .

Running the container

# <runtime> run adrianux:<tag>