Skip to content

Commit d0d793c

Browse files
committed
Update README.md
1 parent 9712314 commit d0d793c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license icon by [Daniel Bruce](https://www.iconfinder.com/icons/216659/license_i
2525
Instructions
2626
------------
2727

28-
*pandoc-codeblock-include* requires [python], a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed [on Windows]. Either python 2.7 or 3.x will do.
28+
*pandoc-codeblock-include* requires [python], a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed [on Windows].
2929

3030
Install *pandoc-codeblock-include* as root using the bash command
3131

@@ -42,7 +42,7 @@ To upgrade to the current code, use
4242
`pip` is a script that downloads and installs modules from the Python Package Index, [PyPI]. It should come installed with your python distribution. If you are running linux, `pip` may be bundled separately. On a Debian-based system (including Ubuntu), you can install it as root using
4343

4444
apt-get update
45-
apt-get install python-pip
45+
apt-get install python3-pip
4646

4747
[python]: https://www.python.org
4848
[on Windows]: https://www.python.org/downloads/windows

0 commit comments

Comments
 (0)