Skip to content

Commit

Permalink
Issue #8 pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m8sec committed Jan 10, 2020
1 parent 493296b commit 5606018
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ Rows captured, blacklisted databases & tables, and keywords searches can all be

## Installation
Enumdb was designed and tested using Python3 for Debian based Linux systems. However, the tool is also compatible with Python2.7, and on other Linux distributions.

* PyPi (last release)
```bash
pip3 install enumdb
``````
* Or, GitHub (latest code)
```bash
git clone https://github.com/m8r0wn/enumdb
cd enumdb
python3 setup.py install
``````
If experiencing issues with the [MySQLdb](https://github.com/PyMySQL/mysqlclient-python), additional MySQL development resources may
If experiencing issues with [MySQLdb](https://github.com/PyMySQL/mysqlclient-python), additional MySQL development resources may
need to be installed:
* Debian / Ubuntu:
Expand Down

0 comments on commit 5606018

Please sign in to comment.