Skip to content

Commit 6444f4f

Browse files
committed
Update documentation for Python 3.10+ and MySQL 8.0+ requirements
- Update install.md to reflect minimum Python version of 3.10 - Add MySQL 8.0+ requirement to installation docs - Remove outdated Python 3.6.3 references
1 parent dc1d351 commit 6444f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/client/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install and Connect
22

3-
DataJoint is implemented for Python 3.4+.
3+
DataJoint is implemented for Python 3.10+ and requires MySQL 8.0+.
44
You may install it from [PyPI](https://pypi.python.org/pypi/datajoint):
55

66
```bash
@@ -25,7 +25,7 @@ to connect to DataJoint pipelines.
2525

2626
Quick install steps for advanced users are as follows:
2727

28-
- Install latest Python 3.x and ensure it is in `PATH` (3.6.3 current at time of writing)
28+
- Install Python 3.10 or later and ensure it is in `PATH`
2929
```bash
3030
pip install datajoint
3131
```
@@ -46,7 +46,7 @@ Python for Windows is available from:
4646

4747
https://www.python.org/downloads/windows
4848

49-
The latest 64 bit 3.x version, currently 3.6.3, is available from the [Python site](https://www.python.org/ftp/python/3.6.3/python-3.6.3-amd64.exe).
49+
Download and install the latest Python 3.10+ version (64-bit recommended).
5050

5151
From here run the installer to install Python.
5252

0 commit comments

Comments
 (0)