pylint/pyreverse with Python3

Rich Shepard rshepard at appl-ecosys.com
Mon May 14 20:52:36 EDT 2018


On Mon, 14 May 2018, summerrae78 at 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



More information about the Python-list mailing list