Skip to content

Commit 7069807

Browse files
Update installing-python.md - python or python3
1 parent e112702 commit 7069807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/installing-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ going to make things easier later.
6363
1. Open a terminal. How exactly this is done depends on your operating
6464
system, but most operating systems have some way to search for
6565
programs. Search for a program called terminal and launch it.
66-
2. Type `python3` and press Enter. You should see something like this:
66+
2. Type `python3 / python` and press Enter. You should see something like this:
6767

6868
![Running Python on my terminal.](../images/terminal.png)
6969

0 commit comments

Comments
 (0)