Deployed 584d746 with MkDocs version: 1.3.0

This commit is contained in:
2022-07-13 17:58:53 +00:00
parent 81a2cc9164
commit 664786d231
10 changed files with 41 additions and 22 deletions

View file

@ -19,3 +19,11 @@ After installation, `great-ai` and `large-file` are available as commands. The f
> Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
This means that `great-ai.exe` and `large-file.exe` are not in your `PATH`. Either add their containing directory ('C:\Users\...\Scripts' in this case) to your `PATH` or use `python3 -m great_ai` and `python3 -m great_ai.large_file` instead of the exe-s.
## Update
If you wish to update to the latest version execute:
```sh
pip install --upgrade great-ai
```