-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
McSnurtle edited this page Aug 13, 2025
·
1 revision
Running and installing voip requires Python 3 and on Windows: C++ Redistributables. Make sure you have them installed before doing anything.
Installation has been made extremely simple by the setup.bat and setup.sh scripts located in the project's scripts/ directory. Run the setup batch script (scripts/setup.bat) for Windows installation, and the shell setup script (scripts/setup.sh) for Unix.
The following is for linux use:
git clone https://github.com/McSnurtle/voip.git \
cd voip
python -m venv venv
source ./venv/bin/activate
pip install --upgrade -r requirements.txt