Skip to content

Installation

McSnurtle edited this page Aug 13, 2025 · 1 revision

Prerequisites 📋

Running and installing voip requires Python 3 and on Windows: C++ Redistributables. Make sure you have them installed before doing anything.

Instructions 📑

Quickstart ⏱️

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.

From the Terminal 🖥️

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

Clone this wiki locally