Optional Installation methods

Rupert Edwards 2016-12-07 22:18:27 -05:00
commit 7adb891825

@ -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`