Add `-H` & `--upgrade pip` flags to installation commands

This commit is contained in:
Nikolaos Kamarinakis 2017-07-21 23:52:53 -04:00 committed by GitHub
parent e6223eca78
commit 1ce552de30
1 changed files with 7 additions and 3 deletions

View File

@ -34,14 +34,18 @@ You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/k
$ cd kickthemout/
$ sudo python -m pip install -r requirements.txt
$ sudo -H pip install --upgrade pip
$ sudo -H python -m pip install -r requirements.txt
MacOS Installation
----------------------
If you would like to install KickThemOut on a Mac, please run the following::
$ sudo pip install pcapy
$ sudo -H pip install --upgrade pip
$ sudo -H pip install pcapy
$ brew update
@ -53,7 +57,7 @@ If you would like to install KickThemOut on a Mac, please run the following::
$ cd kickthemout/
$ sudo pip install -r requirements.txt
$ sudo -H pip install -r requirements.txt
**NOTE**: You need to have `Homebrew <http://brew.sh/>`_ installed before running the Mac OS installation.