Skip to content

Commit 02436df

Browse files
committed
Update readme
1 parent 52ca70b commit 02436df

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44

55
# Learn Python 3
66

7-
[![Build Status](https://travis-ci.org/jerry-git/learn-python3.svg?branch=master)](https://travis-ci.org/jerry-git/learn-python3)
8-
97
## Introduction
108

11-
This repository contains a collection of materials for teaching/learning Python 3 (3.5+).
9+
This repository contains a collection of materials for teaching/learning Python 3 (3.10+).
1210

1311
#### Requirements
14-
* Have Python 3.5 or newer installed. You can check the version by typing `python3 --version` in your command line. You can download the latest Python version from [here](https://www.python.org/downloads/).
15-
* Have [Jupyter Notebook installed](http://jupyter.readthedocs.io/en/latest/install.html).
12+
* Have Python 3.10 or newer installed. You can check the version by typing `python3 --version` in your command line. You can download the latest Python version from [here](https://www.python.org/downloads/).
13+
* Have [Jupyter Notebook installed](http://jupyter.readthedocs.io/en/latest/install.html). `pip install jupyter` is sufficient in most cases.
1614

1715
If you can not access Python and/or Jupyter Notebook on your machine, you can still follow the web based materials. However, you should be able to use Jupyter Notebook in order to complete the exercises.
1816

0 commit comments

Comments
 (0)