Skip to content

Commit 745f603

Browse files
committed
Update README introduction.
1 parent c375807 commit 745f603

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

generate-readme.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
[![Dependency Status](https://gemnasium.com/bamos/python-scripts.svg)](https://gemnasium.com/bamos/python-scripts)
2121
2222
This is a collection of short Python scripts use in Linux.
23+
Portions of this README are automatically generated with
24+
[generate-readme.py](https://github.com/bamos/python-scripts#generate-readmepy).
25+
26+
# Adding to your PATH
2327
I have these added to my `PATH`
2428
[variable](https://wiki.archlinux.org/index.php/Environment_variables)
2529
to run from anywhere.
26-
The script contents in this README have been
27-
[automatically generated](https://github.com/bamos/python-scripts#generate-readmepy).
28-
29-
# Adding to your PATH
3030
Clone the repo and add the following
3131
to your `bashrc` or `zshrc`, replacing `<python-scripts>`
3232
with the location of the cloned repository.
@@ -58,8 +58,9 @@
5858
[.travis-script-2.sh](https://github.com/bamos/python-scripts/blob/master/.travis-script-2.sh)
5959
and
6060
[.travis-script-3.sh](https://github.com/bamos/python-scripts/blob/master/.travis-script-3.sh)
61-
to ensure `requirements.txt` has all of the Python 2 and Python 3 scripts
62-
and that there are no careless errors.
61+
to ensure `requirements-{2,3}.txt` have all of the Python 2 and Python 3 scripts
62+
and that there are no careless errors that cause the scripts to
63+
not execute the help message.
6364
[pep8](https://github.com/jcrocholl/pep8) will fail the build
6465
pep8 styling conventions aren't met.
6566

0 commit comments

Comments
 (0)