Lessons (Click on lesson name to open lesson)
|
- All participants should have a working computer to participate in this workshop
- Download the Canopy Python distribution for your OS and architecture from here. You may download it for either Python 2.x or 3.x, although 3.x is recommended.
- Install Canopy using instructions: Docs
- After installation , run Canopy application once to complete the setup.
- If you have downloaded Canopy with Python 3.x, then install the following packages
a) Launch the package manager from Canopy and install pyqt
b) or Launch the Canopy terminal ( in tools menu) and on the terminal type : edm install pyqt
|