Adding VIKTOR SDK package to PyCharm

I used to be able to add the VIKTOR packages from the SDK into Pycharm by doing the following:
Files β†’ settings β†’ Project β†’ Project Structure β†’ Add root content and add the folder localed into viktor-apps/viktor-installs/APPNAME-specific/viktor-stubs.

However with the release of the version 0.11 of the CLI, the newly installed apps don’t have the corresponding folders into viktor-installs. How can I find and install the packages from the SDK?

After some further investigation, the location of the viktor-stubs has been shifted to a new directory (see).
Also, only the pip-cache folder needs to be added.

2 Likes