Updated extensions and readme, bugfix

This commit is contained in:
Jan Rude
2015-10-02 16:32:46 +02:00
parent ca74f659ef
commit 41c0747f39
10 changed files with 5976 additions and 5940 deletions

View File

@@ -17,11 +17,15 @@ Preferably, you can download Type-Enumerator by cloning the [Git](https://github
Typo-Enumerator works with [Python](http://www.python.org/download/) version **3.x** on Debian/Ubuntu, RedHat and Windows platforms.
On Windows you might need to install following packages:
You might need to install following packages:
* [Requests](https://pypi.python.org/pypi/requests/)
* [Colorama](https://pypi.python.org/pypi/colorama)
On Debian/Ubuntu you can install the packages with apt-get:
apt-get install python3-requests python3-colorama
On Redhat you can install all needed packages with easy_install:
easy_install argparse