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
v0lp3
7c96a8f9d7
docs: add README.it.md
2021-10-12 18:27:20 +02:00
Avrohom Perl
79848f8426
Fix misspelled month in readme table example
2021-10-03 03:03:10 -04:00
Luigi Bertaco Cristofolini
2677bead43
add "English readme" link to all README.* files
2021-08-06 09:51:48 +10:00
Luigi Bertaco Cristofolini
1fa3422d70
add portuguese links to all readmes
2021-08-05 21:17:44 +10:00
kilacoda
1fc216ebb1
Update header and add link to the Hindi README
2021-08-01 12:17:33 +05:30
kilacoda
c977452208
Add Hindi README
2021-08-01 12:10:13 +05:30