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 ```