-
Notifications
You must be signed in to change notification settings - Fork 0
Python environment setup
mahonym2024 edited this page Jan 21, 2025
·
8 revisions
(Not required if you already have Python 3 environment or if you only use the executable version)
Minimum needs: A Python 3 distribution (we recommend Python 3.7 or newer), such as:
- Python standard version: https://www.python.org/downloads.
- Miniconda, download from https://docs.conda.io/en/latest/miniconda.html.
- Anaconda, download from https://www.anaconda.com/download.
Recommended: A Python development environment (IDE), e.g., VSCode, PyCharm; Or use an editor that provides python syntax checking, such as Notepad++.