On Mon, 14 May 2018, summerra...@gmail.com wrote:

I'm having the same issue; can you give an example command line for
python2 and python3 specific installation?

Summerrae,

  All my development is now strictly Python3. The installation depends on
your OS and distribution. For a basic installation (ignoring dependendices
which you'll discover when you try to run it), type
        python setup.py install or
        python3 setup.py install
from within the directory with the egg, wheel, or source code.

HTH,

Rich
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to