mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
Add Arch Linux Installation Guide
This commit is contained in:
parent
1ce552de30
commit
4052724390
17
README.rst
17
README.rst
@ -38,6 +38,8 @@ You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/k
|
|||||||
|
|
||||||
$ sudo -H python -m pip install -r requirements.txt
|
$ sudo -H python -m pip install -r requirements.txt
|
||||||
|
|
||||||
|
$ sudo python kickthemout.py
|
||||||
|
|
||||||
MacOS Installation
|
MacOS Installation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
@ -59,8 +61,23 @@ If you would like to install KickThemOut on a Mac, please run the following::
|
|||||||
|
|
||||||
$ sudo -H pip install -r requirements.txt
|
$ 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.
|
**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
|
Demo
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user