We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2382b9 commit 2f402d6Copy full SHA for 2f402d6
chatops_deployment/docs/INSTALL.md
@@ -51,10 +51,14 @@ Machine requirements:
51
52
#### Setting up localhost:
53
54
-1. Install Ansible (preferably into a virtual environment) and collections
+1. Install Ansible and collections
55
```shell
56
- # Using pip or another package manager
57
- pip install ansible
+ # Install venv and Ansible
+ apt install python3-venv ansible
58
+
59
+ # Create a virtual environment
60
+ python3 -m venv venv
61
+ source venv/bin/activate
62
63
# Install collections using Ansible Galaxy
64
ansible-galaxy install -r requirements.yml
0 commit comments