pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Fix installation with new setuptools #411

Closed dakra closed 3 years ago

dakra commented 3 years ago

For Python3+ we should use pip instead of setuptools.

See https://github.com/pypa/setuptools/issues/917

Fix #410