You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,22 @@ Subsequent instructions assume that your current working directory is `os4d`, un
24
24
25
25
#### Create and activate a Python virtual environment
26
26
27
-
The following instructions assume you have [Python 3.10](https://www.python.org/downloads/)or newer installed on your machine.
27
+
The following instructions assume you have [Python 3.13](https://www.python.org/downloads/) installed on your machine, as we need to use the same version of python the docs are built with.
28
28
29
-
You can use either [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv), `python3-venv` or a Python environment manager of your choice:
29
+
If you already have 3.13 you can use `python3-venv` or a Python environment manager of your choice.
30
+
31
+
If not we recommend pyenv.
30
32
31
33
##### pyenv
32
34
33
35
1. Install [pyenv](https://github.com/pyenv/pyenv) and the [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) plugin. The [pyenv installer](https://github.com/pyenv/pyenv-installer) is recommended.
36
+
1. Set up Python 3.13 using pyenv:
37
+
38
+
```bash
39
+
pyenv install 3.13
40
+
pyenv local 3.13
41
+
```
42
+
34
43
1. Create a virtual environment:
35
44
36
45
```bash
@@ -188,4 +197,4 @@ Read the Docs automatically creates and builds [pull request previews](https://d
188
197
189
198
#### Credentials
190
199
191
-
You can find credentials for Read the Docs in the Open Data Services password database.
200
+
You can find credentials for Read the Docs in the Open Data Services password database.
0 commit comments