You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation at http://most-voip.readthedocs.org/en/latest/ states that after checking out the
GIT repository of most-voip, it can be installed by executing:
'python setup.py install'.
However, setup.py isn't part of the GIT repository.
The text was updated successfully, but these errors were encountered:
This worked for me on Ubuntu 14.04, assuming that the GIT checkout was done in in
directory 'most-voip':
$ cd most-voip/python/src
$ sudo cp -R most /usr/local/lib/python2.7/dist-packages
Hello,
you are right, the setup.py file is missing. We will add it to the
repository as soon as possible. In the meantime, as you have already
written in your mail, assuming the most-voip library checkout was done
into the directory 'most-voip', you can the use it by doing the following:
$ cd most-voip/python/src
$ sudo cp -R most /usr/local/lib/python2.7/dist-packages
Regards, and thank's for your tip :-)
Stefano Monni
Il 15/06/2015 18:38, frixhub ha scritto:
The documentation at http://most-voip.readthedocs.org/en/latest/
states that after checking out the
GIT repository of most-voip, it can be installed by executing:
'python setup.py install'.
However, setup.py isn't part of the GIT repository.
—
Reply to this email directly or view it on GitHub #1.
The documentation at http://most-voip.readthedocs.org/en/latest/ states that after checking out the
GIT repository of most-voip, it can be installed by executing:
'python setup.py install'.
However, setup.py isn't part of the GIT repository.
The text was updated successfully, but these errors were encountered: