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
@@ -18,7 +18,7 @@ This guide aims to help you set up your environment and get coding in no time.
18
18
19
19
## 🛠 Prerequisites
20
20
21
-
Before you dive in, make sure you have Python 3.9 or higher installed on your machine. To check if Python is installed, open a terminal and run:
21
+
Before you dive in, make sure you have Python 3.10 or higher installed on your machine. To check if Python is installed, open a terminal and run:
22
22
23
23
```
24
24
python --version
@@ -114,7 +114,7 @@ For more advanced Docker usage, please refer to the `Dockerfile` and `docker-com
114
114
115
115
## 🔗 Additional Dependencies
116
116
117
-
- Python 3.9 or higher is required.
117
+
- Python 3.10 or higher is required.
118
118
- Jupyter Lab: If you are planning to use Jupyter notebooks.
119
119
- This template requires `cookiecutter>=2.0`. If you experience issues installing it into your default conda environment, we recommend to create a new clean environment with nothing but the `cookiecutter` package installed.
0 commit comments