Removed no longer supported InsecureRequestWarning workaround. (#55)

* Removed no longer supported InsecureRequestWarning workaround.

* Add dependencies to README.md
This commit is contained in:
tcstool
2018-04-17 12:27:23 -05:00
committed by Austin Taylor
parent e4e9ed7f28
commit 8ca1c3540d
6 changed files with 7 additions and 12 deletions

View File

@ -45,8 +45,13 @@ Requirements
<a id="installreq">Install Requirements-VulnWhisperer(may require sudo)</a>
--------------------
**First, install requirement dependencies**
```shell
**First, install dependant modules**
sudo apt-get install zlibg1-dev libxml2-dev libxslt1-dev
```
**Second, install dependant modules**
```python
cd deps/qualysapi
@ -54,7 +59,7 @@ python setup.py install
```
**Second, install requirements**
**Third, install requirements**
```python
pip install -r /path/to/VulnWhisperer/requirements.txt