2. Open every link (for that Python's version you are interested in) in a different tab. For example, if you are looking to install Python 3.6, then open the link that to Python 3.6.9, Python 3.6.8, etc. Start with the latest version (Python 3.6.9) and move backwards, because the latest version will have the latest security updates.
3. Within each tab, look for the executable installer that fits your requirements. This is an .exe file that will run easily once you download it to your PC. Pick the file that meets your PC requirements. For example, if your operating system uses Windows 64 bit, then download "Windows x86-64 executable installer"
4. Double click the downloaded executable file (e.g. python-3.6.8-amd64.exe) to install it on your PC.
5. Start your favorite IDE e.g. PyCharm
6. Create a new project and ensure you specify the absolute path for your project interpreter. Example:
- Project Interpreter: Base interpreter: C:\Users\Tim\AppData\Local\Programs\Python\Python36\python.exe
- Hit the Create button, and you're ready to go
No comments:
Post a Comment