394 B
394 B
Installation
Setting up the environment
- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
. .venv/bin/activate
- Install dependencies:
pip install requirements.txt
Building the container
# <runtime> build -t adrianux:<tag> .
Running the container
# <runtime> run adrianux:<tag>