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:
Chris Lane
2019-02-07 13:34:20 -05:00
parent 5487314676
commit fdddedb8bd
4 changed files with 34 additions and 9 deletions

View File

@@ -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].