Skip to content

Commit 32a4608

Browse files
committed
Update auto-generated README.
1 parent 745f603 commit 32a4608

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
[![Dependency Status](https://gemnasium.com/bamos/python-scripts.svg)](https://gemnasium.com/bamos/python-scripts)
44

55
This is a collection of short Python scripts use in Linux.
6+
Portions of this README are automatically generated with
7+
[generate-readme.py](https://github.com/bamos/python-scripts#generate-readmepy).
8+
9+
# Adding to your PATH
610
I have these added to my `PATH`
711
[variable](https://wiki.archlinux.org/index.php/Environment_variables)
812
to run from anywhere.
9-
The script contents in this README have been
10-
[automatically generated](https://github.com/bamos/python-scripts#generate-readmepy).
11-
12-
# Adding to your PATH
1313
Clone the repo and add the following
1414
to your `bashrc` or `zshrc`, replacing `<python-scripts>`
1515
with the location of the cloned repository.
@@ -41,8 +41,9 @@ calls
4141
[.travis-script-2.sh](https://github.com/bamos/python-scripts/blob/master/.travis-script-2.sh)
4242
and
4343
[.travis-script-3.sh](https://github.com/bamos/python-scripts/blob/master/.travis-script-3.sh)
44-
to ensure `requirements.txt` has all of the Python 2 and Python 3 scripts
45-
and that there are no careless errors.
44+
to ensure `requirements-{2,3}.txt` have all of the Python 2 and Python 3 scripts
45+
and that there are no careless errors that cause the scripts to
46+
not execute the help message.
4647
[pep8](https://github.com/jcrocholl/pep8) will fail the build
4748
pep8 styling conventions aren't met.
4849

0 commit comments

Comments
 (0)