Idk why so ugly formatting

main
Gasper Spagnolo 2022-09-28 19:58:16 +02:00
parent 999367078a
commit 6ee5eb53c0
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Dependencies: ## Dependencies:
- System: System:
```bash ```bash
python3 python3
@ -10,15 +10,14 @@
python3-venv python3-venv
``` ```
- Python: Python:
```bash ```bash
python3 -m venv .venv python3 -m venv .venv
source ./.venv/bin/activate source ./.venv/bin/activate
pip install -r requirements.txt pip install -r requirements.txt
``` ```
Ansible:
- Ansible:
```bash ```bash
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml