You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the feature that should be improved?
In the PR: #2593, there was discussion about changing the folder structure so that folders and files necessary for the terminal and pip install are not located outside the openbb_terminal folder. This has an added benefit for pip installs where we are not polluting an environment's site-packages with folders and files that may cause conflicts with other unrelated packages.
What's the feature that should be improved?
In the PR: #2593, there was discussion about changing the folder structure so that folders and files necessary for the terminal and pip install are not located outside the
openbb_terminal
folder. This has an added benefit for pip installs where we are not polluting an environment'ssite-packages
with folders and files that may cause conflicts with other unrelated packages.Currently our folder structure is as followed:
This enhancement will change the folder structure to:
Describe how you would like the feature improved
openbb_terminal
folder while maintaining functionality.The text was updated successfully, but these errors were encountered: