Installation#
caic-python(will be) available onPyPI, run the following to get started!pip3 install caic-pythonThere are several additional installation options. With the exception of the
curlcommand, the commands assume that you have cloned the repo and are in the repo’s directoryAn install script that uses this projects Makefile:
curl https://raw.githubusercontent.com/gormaniac/caic-python/main/scripts/install.sh | bashThe Makefile (uses pipenv):
make setup make install-self
Build manually after cloning the repo and entering the project dir:
pip3 install build setuptools python3 -m build . pip3 install dist/caic-python-<VERSION>.tar.gz
Basic install from source:
pip3 install .