mirror of
https://github.com/cheat/cheat.git
synced 2026-03-07 03:03:32 +01:00
Installation issues
Resolves the following: - #351 (use of `sudo` when installing) - #420 (failure to install on Windows) - #431 (failure to install on MacOS) Application now relies on `appdirs` module to identify the appropriate locations for storing configuration and data, both during installation and runtime.
This commit is contained in:
@@ -50,9 +50,12 @@ Installing
|
||||
It is recommended to install `cheat` with `pip`:
|
||||
|
||||
```sh
|
||||
[sudo] pip install cheat
|
||||
pip install cheat --user
|
||||
```
|
||||
|
||||
(You must ensure that the `Location` identified by `pip show cheat` exists on
|
||||
your `PATH`.)
|
||||
|
||||
[Other installation methods are available][installing].
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user