From 25b91fa41cb1f13f95564581ad4a5644bfc24d21 Mon Sep 17 00:00:00 2001 From: Jan Rude Date: Sun, 24 Aug 2014 14:22:32 +0200 Subject: [PATCH] updated redhat packages --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9cf0aef..f79da10 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,22 @@ Preferably, you can download Type-Enumerator by cloning the [Git](https://github Typo-Enumerator works with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on Debian/Ubuntu, RedHat and Windows platforms. +On Windows you might need to install following packages: + +* [Colorama](https://pypi.python.org/pypi/colorama) +* [Requests](https://pypi.python.org/pypi/requests/2.3.0) + +On Redhat you can install all needed packages with easy_install: + + easy_install argparse + easy_install colorama + easy_install requests + If you want to use Typo-Enumerator with TOR, you need the [SocksiPy](http://socksipy.sourceforge.net/) module. On Debian/Ubuntu you can install it with apt-get: sudo apt-get install python-socksipy -You might need to install following packages: - -* [Colorama](https://pypi.python.org/pypi/colorama) -* [Requests](https://pypi.python.org/pypi/requests/2.3.0) - Usage ----