third_party.pylibs.pylint.src/README.Python3

34 lines
538 B
Plaintext
Raw Normal View History

2010-11-16 10:40:25 +00:00
Python3
=======
Compatibility
-------------
Please, consider python3 >= 3.2 only.
2010-11-16 10:40:25 +00:00
Approach
--------
2010-11-16 10:40:25 +00:00
2014-10-31 16:04:10 +00:00
We maintain a code base that is Python 2/3 compatible simultaneously.
2010-11-16 10:40:25 +00:00
In order to run pylint locally, you have to install the dependencies::
easy_install-3.2 logilab-common
2013-06-17 13:06:48 +00:00
easy_install-3.2 astroid
2014-10-31 16:04:10 +00:00
easy_install-3.2 six
2010-11-16 10:40:25 +00:00
Debian
------
For the Debian packaging, you can use the debian.py3k/ content against
the debian/ folder::
cp debian.py3k/* debian/
Resources
---------
2014-10-31 16:04:10 +00:00
https://docs.python.org/3/howto/pyporting.html