Installation¶
Installing REDPIC¶
The installation requires the Python.
Installation steps:
Install
redpicpip install redpic
Alternatively, instead of using
pip, you can also install KENV from the sources, 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.txt