From 97e0da5794c8f2fa09505258ef160d02d4f9b394 Mon Sep 17 00:00:00 2001 From: Archana Ramamoorthy Date: Mon, 25 Nov 2019 21:26:48 -0800 Subject: [PATCH] Added notes for Anaconda users --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d7f454..db53ad5 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,9 @@ python3 sherlock.py user1 user2 user3 Accounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```). +## Anaconda (Windows) Notes +If you are using Anaconda in Windows, using 'python3' might not work. Use 'python' instead. + ## Docker Notes If docker is installed you can build an image and run this as a container.