-
i want to switch to a higher python version for my project, after i type
pyproject.toml
Is it necessary that i must have a higher version on my computer if i want to switch to it? And i did not get a answer from the document, https://pdm.fming.dev/usage/project/#choose-a-python-interpreter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, you must install Python 3.8 (and others) yourself before being able to use it with PDM. |
Beta Was this translation helpful? Give feedback.
Yes, you must install Python 3.8 (and others) yourself before being able to use it with PDM.
To install a particular Python version, you can use pyenv, conda, your system's package manager, MSI installers if you are on Windows, compile and install from sources, etc.