Commit b6ca3fd

bryfry <116113+bryfry@users.noreply.github.com>
2023-09-25 23:39:13
Update README.md
1 parent b7a1c7b
Changed files (1)
README.md
@@ -15,9 +15,11 @@
 ```bash
 {
   sudo apt update
-  sudo apt install -y python3-pip git  
-  python3 -m pip install --user --upgrade pip wheel
-  python3 -m pip install --user ansible
+  sudo apt install -y python3-pip python3-venv git
+  python3 -m venv ~/.ansible
+  source ~/.ansible/bin/activate
+  python3 -m pip install --upgrade pip wheel
+  python3 -m pip install ansible
   source ~/.profile
   mkdir git 
   cd git