mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
Add -H
& --upgrade pip
flags to installation commands
This commit is contained in:
parent
e6223eca78
commit
1ce552de30
10
README.rst
10
README.rst
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user