We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b243dd commit dd3be8eCopy full SHA for dd3be8e
INSTALL.md
@@ -20,6 +20,7 @@
20
*Build:*
21
22
- Create a Python 3.6 Virtual Environment (virtualenv -p python3.6 venv)
23
+- Activate the virtual environment and install requirements.txt (pip install -r requirements.txt)
24
- Download and install Asterisk 13.28 sources
25
- Follow build instructions for the asterisk-Softmodem DSP (put app_softmodem.c in the Asterisk apps/ dir and do make apps).
26
More details in the asterisk-Softmodem README.
0 commit comments