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

32 lines
394 B
Markdown

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