How to install python 2.7

487 Views Asked by At

I need to use the QSTK python library, however the library does not support python 3, only python 2.7. I currently have anaconda installed with python 3.6.4 and the IDE I would like to use is pycharm. How do I make a project in pycharm that interprets python 2.7 so that I can install the QSTK module?

1

There are 1 best solutions below

0
On

First install Pyhton 2 from https://www.python.org/downloads/ Then you can add and use python 2 interpreter from Pycharm | Preferences | Project Interpreter.

This video can help you for adding python interpreter: https://www.youtube.com/watch?v=0y5XlNeFxNk