Commit Graph

4 Commits

Author SHA1 Message Date
Max Görner f1bdd3040d Use "sh" code block language specification
In order to indicate that a block contains shell code one should use
e.g. "sh". Under
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L5602
the exhaustive list can be found.

The one file that already used "shell" was corrected. The indicator
"shell" is used for interactive session snippets. See
https://stackoverflow.com/a/49004070/8831116 for a reference.
2021-12-27 08:32:34 +01:00
Max Görner 5422537585 Use `python -m pip` as install snippet
It is advised to not use `pip` plain, it should always be
`python -m pip`. One important benefit is that this way one always
installs packages to the currently active virtual environment.

The topic is covered in depth at
https://snarky.ca/why-you-should-use-python-m-pip/.
2021-12-27 08:30:31 +01:00
Raphael Borun Das Gupta e1c4628ffe capizalize "PyPI" correctly 2021-11-13 12:19:11 +01:00
v0lp3 7c96a8f9d7 docs: add README.it.md 2021-10-12 18:27:20 +02:00