Skip to content

Commit

Permalink
ipykernel 6.x requires Python 3.7 or later (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
risdenk authored Mar 1, 2022
1 parent 51a799a commit 8cb3e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker-compose up

#### Setup Python requirements

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

0 comments on commit 8cb3e60

Please sign in to comment.