Skip to content

Commit

Permalink
Added requirements.txt for python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
m-erhardt committed Jun 28, 2021
1 parent 120be39 commit 31774d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ these plugins were developed / tested on the following models:
* [check_cisco_stackmodules.py](docs/check_cisco_stackmodules.md)

### Installing dependencies
* `pip3.6 install argparse itertools pysnmp`
* `pip3.6 install -r requirements.txt`

## Contributing
* You're welcome to open pull requests
* When contributing code please make sure if follows the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide
* Test your code with pep8 and pylint to avoid obvious issues
* `pep8 ./check_cisco_*.py`
* `pylint ./check_cisco_*.py`
* `pylint ./check_cisco_*.py`
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Required python modules
argparse
pysnmp

0 comments on commit 31774d0

Please sign in to comment.