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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ Instructions
36
36
Install *pandoc-codeblock-include* using the bash command
37
37
38
38
~~~shell
39
-
$ pipX install pandoc-codeblock-include
39
+
$ pipx install pandoc-codeblock-include
40
40
~~~
41
41
42
42
To upgrade to the most recent release, use
43
43
44
44
~~~shell
45
-
$ pipX upgrade pandoc-codeblock-include
45
+
$ pipx upgrade pandoc-codeblock-include
46
46
~~~
47
47
48
48
`pipx` is a script to install and run python applications in isolated environments from the Python Package Index, [PyPI]. It can be installed using instructions given [here](https://pipx.pypa.io/stable/).
0 commit comments