1. InstallationΒΆ

Of course, you will need to install Python (linux and mac users should have it installed already). We recommend also to install ipython, which provides a more flexible shell alternative to the python shell itself.

One specificity of easydev is to be a pure Python package. However we depend on a few simple packages namely, colorama (for terminal colors under windows), pexpect and profiler (optional). They are pure Python packages though and therefore the following command should install easydev out of the box using the PyPi command:

pip install easydev --upgrade

easydev is also available on conda (conda-forge channel):

conda install easydev