Skip to content

Commit ac83c21

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

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,29 @@ Instructions
2727

2828
*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

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

32-
pip install pandoc-codeblock-include
32+
~~~shell
33+
$ pip install pandoc-codeblock-include
34+
~~~
3335

3436
To upgrade to the most recent release, use
3537

36-
pip install --upgrade pandoc-codeblock-include
38+
~~~shell
39+
$ pip install --upgrade pandoc-codeblock-include
40+
~~~
3741

3842
To upgrade to the current code, use
3943

40-
pip install --upgrade --force git+https://github.com/chdemko/pandoc-codeblock-include
44+
~~~shell
45+
$ pip install --upgrade --force git+https://github.com/chdemko/pandoc-codeblock-include
46+
~~~
4147

4248
`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
4349

44-
apt-get update
45-
apt-get install python3-pip
50+
~~~shell
51+
$ sudo apt-get install python3-pip
52+
~~~
4653

4754
[python]: https://www.python.org
4855
[on Windows]: https://www.python.org/downloads/windows

0 commit comments

Comments
 (0)