Merge remote-tracking branch 'upstream/master' into patch-1

This commit is contained in:
Steven Myint 2015-12-10 18:28:12 -08:00
commit 0d295f0826
2 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
Python3
=======
Compatibility
-------------
Please, consider python3 >= 3.2 only.
Approach
--------
We maintain a code base that is Python 2/3 compatible simultaneously.
In order to run pylint locally, you have to install the dependencies::
easy_install-3.2 logilab-common
easy_install-3.2 astroid
easy_install-3.2 six
Debian
------
For the Debian packaging, you can use the debian.py3k/ content against
the debian/ folder::
cp debian.py3k/* debian/
Resources
---------
https://docs.python.org/3/howto/pyporting.html

View File