Skip to content

Dependencies folder #3

Answered by Tremeschin
charloulexqs asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, thanks for reaching out!

Python dependencies

The Python dependencies are managed by Poetry and by default installed on poetry's cache directory, I know they get somewhat big but they are configurable with I think poetry config cache-dir /path/to/cache or setting the environment variable POETRY_CACHE_DIR=/path/to/cache (python command)

User data

User generated content and caching is currently saved on the "Data" directory based on your OS defined by Python appdirs package, this might change in the future and be more configurable, it's not ideal writing cache (the depth maps to, for example, ~/.local/share/* directory or %AppData%/Local/*), I'm thinking on some local .toml configurab…

Replies: 1 comment 1 reply

This comment has been hidden.

@Tremeschin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants