From 3356def6797aa2ccf4cf680b19d5e30ef9189e95 Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Fri, 28 Oct 2022 23:21:20 +0200 Subject: [PATCH] Got any more spaces? --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1c190d..91ffaf6 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ System: ```bash - # apt install python3 python3-pip python3-venv +# apt install python3 python3-pip python3-venv ``` Python: ```bash - python3 -m venv .venv - source ./.venv/bin/activate - pip install -r requirements.txt +python3 -m venv .venv +source ./.venv/bin/activate +pip install -r requirements.txt ``` Ansible: ```bash - ansible-galaxy install -r requirements.yml +ansible-galaxy install -r requirements.yml ```