File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Dependency Status] ( https://gemnasium.com/bamos/python-scripts.svg )] ( https://gemnasium.com/bamos/python-scripts )
4
4
5
5
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
6
10
I have these added to my ` PATH `
7
11
[ variable] ( https://wiki.archlinux.org/index.php/Environment_variables )
8
12
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
13
13
Clone the repo and add the following
14
14
to your ` bashrc ` or ` zshrc ` , replacing ` <python-scripts> `
15
15
with the location of the cloned repository.
41
41
[ .travis-script-2.sh] ( https://github.com/bamos/python-scripts/blob/master/.travis-script-2.sh )
42
42
and
43
43
[ .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.
46
47
[ pep8] ( https://github.com/jcrocholl/pep8 ) will fail the build
47
48
pep8 styling conventions aren't met.
48
49
You can’t perform that action at this time.
0 commit comments