Installation
==================================
Installing KENV
----------------------------------
The installation requires the `Python `__.
**Installation steps**:
- Install ``kenv``
::
pip install kenv
Alternatively, instead of using ``pip``, you can also install KENV
from the souces, by cloning the `code from Github `_, and typing ``python setup.py install``.
- **Optional:** To be able to run interactive simulations, write text and mathematical formulas at the same time, install the optional package ``jupyterlab``:
::
pip install jupyterlab
- **Optional:** We recommend installing all additional packages from the `requirements `_:
::
pip install -r requirements