-
Notifications
You must be signed in to change notification settings - Fork 23
Sisyphus PyCharm Setup
Nick Rossenbach edited this page Jun 1, 2021
·
8 revisions
Some tweaks can be applied to use PyCharm more comfortably with Sisyphus setup folders.
- Disable some folders from the indexing:
- go to Settings -> Project <project_name> -> Project Structure
- Select (if existing, if not yet repeat later) "alias", "output", "work" and click on "Exclude"
- Add a custom interpreter for correct Python package paths:
- go to Settings -> Project <project_name> -> Project Interpreter
- Select top bar or gear symbol and click on "show all"
- Click on the plus and add the python interpreter (even if it already exists) that you want to use
- Click on the pen to rename the interpreter to e.g. <project_name>
- Click on the folder symbol and add the
recipe
folder in your setup to the paths - If Sisyphus is not installed in the env, also add the
sisyphus
folder inside thesisyphus
repository to the path