diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-04-26 18:56:15 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-04-26 18:56:36 -0400 |
| commit | 6466fba3341b2ea7dbfceeeebbc6c0322a5d8514 (patch) | |
| tree | 4e29746cbd3f831cf0090a18dae065e23bce561c /docs/guide/index.md | |
| parent | 2dfa49099f3119fef1ba7aae28c72e4e442e240f (diff) | |
update python dependency documentation
Diffstat (limited to 'docs/guide/index.md')
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index c8396b89..6865ce9b 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -50,7 +50,7 @@ The following files and folders may be created in the user folder but are not cr - `keybindings.json`: Custom key bindings (see [key bindings](#custom-hotkeys)) - `startup.py`: Default python commands run once the UI is loaded in the context of the scripting console - `signatures/`: Any user-created signatures can be stored in platform-specific subfolders in this location -- `pythonVER/`: Any pip dependencies from plugin manager plugins are installed to the appropriate python version subfolder such as `python310` +- `pythonVER/`: Any pip dependencies from plugin manager plugins are installed to the appropriate python version subfolder such as `python310`, or `python311` - `symbols/`: Used to store automatically downloaded PDBs - `update/`: Used to store update caches for pending updates - `snippets/`: Used to store snippets created using the official Snippet plugin |
