Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer missing #1

Open
frixhub opened this issue Jun 15, 2015 · 2 comments
Open

Installer missing #1

frixhub opened this issue Jun 15, 2015 · 2 comments

Comments

@frixhub
Copy link

frixhub commented Jun 15, 2015

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.

@frixhub
Copy link
Author

frixhub commented Jun 15, 2015

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

@slm1977
Copy link

slm1977 commented Jun 22, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants