Setup With PyCharm - uw-it-aca/myuw GitHub Wiki

  1. Follow the installation instructions to get a working build of MyUW up and running.
  2. Download and install PyCharm.
  3. Open the MyUW virtualenv/project root folder.
  4. Set the Python interpreter to your virtualenv: File -> Settings -> Project:myuw -> Project Interpreter

Click the Settings/Gear box and select "Add Local", and select the python file in your myuw/bin folder.

You should be all good to go! Try Ctrl-clicking an object to view its source.