PyPi
pip install eccore
GitHub
Two options to get versions which are not yet released on PyPi:
- clone the github repo and install it in edit mode from within the cloned repo:
pip install -e .
- install with pip from the github repo directly for hosted virtual machines:
pip install git+https://github.com/vtecftwy/eccore.git@main
pip install git+https://github.com/vtecftwy/eccore.git@dev
WIP