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