Optional Installation methods
commit
7adb891825
1 changed files with 30 additions and 0 deletions
30
Optional-Installation-methods-for-toriptables2.py.md
Normal file
30
Optional-Installation-methods-for-toriptables2.py.md
Normal file
|
@ -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`
|
Loading…
Add table
Add a link
Reference in a new issue