mirror of
https://github.com/cheat/cheat.git
synced 2025-11-04 15:55:27 +01:00
Created Installing (markdown)
33
Installing.md
Normal file
33
Installing.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
There are several methods for installing `cheat` on your system.
|
||||||
|
|
||||||
|
### pip ###
|
||||||
|
`pip` is the recommended installation method for most users. Simply run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[sudo] pip install cheat
|
||||||
|
```
|
||||||
|
|
||||||
|
### homebrew ###
|
||||||
|
To install `cheat` using homebrew, run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install cheat
|
||||||
|
```
|
||||||
|
|
||||||
|
### manually ###
|
||||||
|
First, install the dependencies:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[sudo] pip install docopt pygments pyxdg
|
||||||
|
```
|
||||||
|
|
||||||
|
Then clone this repository:
|
||||||
|
```sh
|
||||||
|
git clone git@github.com:chrisallenlane/cheat.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Lastly, `cd` into the cloned directory, then run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[sudo] python setup.py install
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user