Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
For security, consistency, and readability, OpenSAFELY provides an API built in [**Python**](https://www.python.org/) for using the platform.
This API includes script-based functions for specifying the patients and variables that make up a study dataset (using [ehrQL](ehrql/index.md)),
and command line functions for importing codelists, generating dummy data, and testing that the study definition can be run successfully on the server.
**Python version 3.7 or higher** must be installed on your machine to perform these tasks.
**Python version 3.10-3.13** must be installed on your machine to perform these tasks.

Many functions are provided in a Python module called `opensafely` which will also need to be installed — see the [`opensafely` CLI section](opensafely-cli.md) for more details.

Expand Down