Getting started#
Installation#
sciedm can be installed from the sciedm Python Package Index or the Github repository.
Install from PyPI#
python -m pip install sciedm
Install from Github#
Clone the sciedm repository:
git clone https://github.com/SoftwareLiteracyFoundation/sciedm
Install sciedm:
cd sciedm
python -m pip install .