You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,24 +27,31 @@ license icon by [Daniel Bruce](https://www.iconfinder.com/icons/216659/license_i
25
27
Instructions
26
28
------------
27
29
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.
30
+
*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].
29
31
30
-
Install *pandoc-codeblock-include*as root using the bash command
32
+
Install *pandoc-codeblock-include* using the bash command
`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
0 commit comments