Skip to content

How to get started with python 3.9.7 on Windows

denNorske edited this page Jan 28, 2022 · 4 revisions

How to install python correctly

  1. Install 32 bit version of Python 3.9.7, here is a link: https://www.python.org/ftp/python/3.9.7/python-3.9.7.exe
  2. Check the checkbox saying "Add to Path", so that it is selected.
  3. Select "Custom" installation. Do not use default installation.
  4. Make sure to install for all users.
  5. Do not edit the default installation path, leave it as it is suggested. This is due to the plugin looking at the default python path in order to launch python on load*

*For reference, the default python path when installed for all users, is (as of release 2.0.0): C:\Program Files (x86)\Python39-32

There is a video here for you if you are stuck.

We in the PySAMP team will further look into how we can solve the path requirement in later releases.

Clone this wiki locally