Installation¶
Stable¶
PyKED can be easily installed using pip:
pip install pyked
Development¶
PyKED can be installed from source by cloning the git repository and changing into that directory:
git clone https://github.com/pr-omethe-us/PyKED
cd PyKED
then, with pip, installing is done by:
pip install -e .
To uninstall with pip:
pip uninstall pyked
pip does install the standalone scripts.