From 354904a0a61c424aec673d07339f54912b7bff75 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 9 Aug 2018 11:58:51 +0200 Subject: [PATCH] recommend stock Debian/Ubuntu package for fysom fysom is now available as a regular Debian/Ubuntu package so there is no need anymore to install it via pip: https://packages.debian.org/stretch/python-fysom https://packages.ubuntu.com/bionic/python-fysom Change-Id: I59e3b93c1d3f849f14dcb2344f6f033312331884 --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README b/README index e1f68be..4645559 100644 --- a/README +++ b/README @@ -12,9 +12,7 @@ of the voice streams. mncc-python needs python-pykka, and fysom. On Debian or Ubuntu you can install them via - sudo apt-get install python-pykka python-pip - sudo pip install fysom - + sudo apt-get install python-pykka python-fysom = Getting the code =