Got any more spaces?

main
Gasper Spagnolo 2022-10-28 23:21:20 +02:00
parent ddee3bb2a2
commit 3356def679
1 changed files with 5 additions and 5 deletions

View File

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