mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
Add Arch Linux Installation Guide
This commit is contained in:
parent
1ce552de30
commit
4052724390
17
README.rst
17
README.rst
@ -37,6 +37,8 @@ You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/k
|
||||
$ sudo -H pip install --upgrade pip
|
||||
|
||||
$ sudo -H python -m pip install -r requirements.txt
|
||||
|
||||
$ sudo python kickthemout.py
|
||||
|
||||
MacOS Installation
|
||||
----------------------
|
||||
@ -58,9 +60,24 @@ If you would like to install KickThemOut on a Mac, please run the following::
|
||||
$ cd kickthemout/
|
||||
|
||||
$ sudo -H pip install -r requirements.txt
|
||||
|
||||
$ sudo python kickthemout.py
|
||||
|
||||
**NOTE**: You need to have `Homebrew <http://brew.sh/>`_ installed before running the Mac OS installation.
|
||||
|
||||
Arch Installation
|
||||
----------------------
|
||||
|
||||
You can download KickThemOut on an Arch based system by executing the following::
|
||||
|
||||
$ git clone https://github.com/k4m4/kickthemout.git
|
||||
|
||||
$ cd kickthemout/
|
||||
|
||||
$ sudo -H python -m pip install -r requirements.txt
|
||||
|
||||
$ sudo python kickthemout.py
|
||||
|
||||
Demo
|
||||
-----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user