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 typingpython 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