From ea40249adfe08b2d948d59c1ca50eadc0e45bbaa Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 30 Mar 2017 15:52:34 -0400 Subject: [PATCH] Update TROUBLESHOOTING.md --- docs/TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 53213f9..09d191c 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -93,7 +93,7 @@ You want to install Algo to a specific region in a cloud provider, but that regi ### 8. Error: "ansible-playbook: command not found" -You tried to install Algo and you get an error during the install that reads "ansible-playbook: command not found." +You tried to install Algo and you see an error that reads "ansible-playbook: command not found." You did not finish step 4 in the installation instructions, "[Install Algo's remaining dependencies](https://github.com/trailofbits/algo#deploy-the-algo-server)." Algo depends on [Ansible](https://github.com/ansible/ansible), an automation framework, and this error indicates that you do not have Ansible installed. Ansible is installed by `pip` when you run `python -m pip install -r requirements.txt`. You must complete the installation instructions to run the Algo server deployment process.