From 7adb8918252b71484842908c1f83a3f4b98b172e Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Wed, 7 Dec 2016 22:18:27 -0500 Subject: [PATCH] Optional Installation methods --- ...nstallation-methods-for-toriptables2.py.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Optional-Installation-methods-for-toriptables2.py.md diff --git a/Optional-Installation-methods-for-toriptables2.py.md b/Optional-Installation-methods-for-toriptables2.py.md new file mode 100644 index 0000000..c020ec1 --- /dev/null +++ b/Optional-Installation-methods-for-toriptables2.py.md @@ -0,0 +1,30 @@ +## Installation options after downloading or cloning: + +### Executing toriptables2.py as a standalone executable: + +1. `sudo cp -var toriptables2.py /usr/local/bin/` + +1. `cd /usr/local/bin` + +1. `sudo chown root.root toriptables2.py` + +1. `sudo chmod +x toriptables2.py` + +1. `cd ~ ` + +1. `sudo toriptables2.py -h` + + +### Executing toriptables2 module as a script: + +1. `sudo cp -var toriptables2.py /usr/local/lib/python2.7/dist-packages/` + +1. `cd /usr/local/lib/python2.7/dist-packages` + +1. `sudo chown root.staff toriptables2.py` + +1. `sudo chmod 644 toriptables2.py` + +1. `cd ~` + +1. `sudo python -m toriptables2 -h` \ No newline at end of file