-
Notifications
You must be signed in to change notification settings - Fork 9
Setup
Pinaki Mondal edited this page Jan 30, 2021
·
2 revisions
Lets set you up!
You'll require:
- A computer connected to the internet.
- Git for cloning the repository locally. (optional)
- A Python 3.5+ environment with
pipinstalled. - A destination host IP which talks SIP (i.e. communicates on the SIP protocol).
SIPTorch only has one external dependency:
-
pluginbase: Used for the modular plugin interface.
It can be installed via pip:
python3 -m pip install pluginbase
The rest of the libraries used come pre-packaged with the standard Python 3 interpreter.
Once you've the basic environment setup, follow me:
- Clone the repository and
cdinto the folder:
git clone https://github.com/0xInfection/SIPTorch
cd SIPTorch/
or
wget https://github.com/0xInfection/SIPTorch/archive/v0.1.0.tar.gz
tar -xvfz v0.1.0.tar.gz
- Quickly install the dependencies (if you haven't already):
python3 -m pip install requirements.txt
- Thats it! You're all set.
Last updated by @0xInfection - 2021/01/30