-
Notifications
You must be signed in to change notification settings - Fork 6
Setup With PyCharm
Ethan Turner edited this page Aug 24, 2017
·
1 revision
- Follow the installation instructions to get a working build of MyUW up and running.
- Download and install PyCharm.
- Open the MyUW virtualenv/project root folder.
- 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.