Skip to content

Commit 8cb3e60

Browse files
authored
ipykernel 6.x requires Python 3.7 or later (#82)
ipython/ipykernel#608
1 parent 51a799a commit 8cb3e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docker-compose up
5151

5252
#### Setup Python requirements
5353

54-
- Ensure Python 3 is installed on your system
54+
- Ensure Python 3.7 or later is installed on your system
5555
- Create a virtual environment: `python3 -m venv venv`
5656
- Start the virtual environment: `source venv/bin/activate`
5757
- Check install tooling is up to date `python -m pip install -U pip wheel setuptools`

0 commit comments

Comments
 (0)