Skip to content

Commit f7f8bf9

Browse files
committed
Specified the python commands for different operating systems
1 parent 720f85c commit f7f8bf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To start playing with Python, we need to open up a *command line* on your comput
1010

1111
Once you're ready, follow the instructions below.
1212

13-
We want to open up a Python console, so type in `python3` and hit Enter.
13+
We want to open up a Python console, so type in `python` on Windows or `python3` on Mac OS/Linux and hit Enter.
1414

1515
$ python3
1616
Python 3.4.2 (...)

0 commit comments

Comments
 (0)