Skip to content

Commit

Permalink
Moved and updated module dependency language (#131)
Browse files Browse the repository at this point in the history
Thank you Matt!
  • Loading branch information
mwilliams31 authored and strictlymike committed Nov 14, 2019
1 parent 9d754f8 commit aa1d7e9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,18 @@ analysis machine.
Installing module
-----------------

Alternatively you can install FakeNet-NG as a python module using pip:
Installation on Windows requires the following dependency:
* [Microsoft Visual C++ Compiler for Python 2.7](https://aka.ms/vcpython27)

Installation on Linux requires the following dependencies:
* Python pip package manager (e.g. python-pip for Ubuntu).
* Python development files (e.g. python-dev for Ubuntu).
* OpenSSL development files (e.g. libssl-dev for Ubuntu).
* libffi development files (e.g. libffi-dev for Ubuntu).
* libnetfilterqueue development files (e.g. libnetfilter-queue-dev for
Ubuntu).

Install FakeNet-NG as a Python module using pip:

pip install https://github.com/fireeye/flare-fakenet-ng/zipball/master

Expand All @@ -54,17 +65,6 @@ Change directory to the downloaded flare-fakenet-ng and run:

python setup.py install

Installation on Windows requires the following pre-requisite:
* [Microsoft Visual C++ Compiler for Python 2.7](https://aka.ms/vcpython27)

Installation on Linux requires the following pre-requisites:
* Python pip package manager (e.g. python-pip for Ubuntu).
* Python development files (e.g. python-dev for Ubuntu).
* OpenSSL development files (e.g. libssl-dev for Ubuntu).
* libffi development files (e.g. libffi-dev for Ubuntu).
* libnetfilterqueue development files (e.g. libnetfilter-queue-dev for
Ubuntu).

Execute FakeNet-NG by running 'fakenet' in any directory.

No installation
Expand Down

0 comments on commit aa1d7e9

Please sign in to comment.