From PyPI¶
pip install dapiIn a Jupyter notebook¶
%pip install dapi --quietCheck version¶
import dapi
print(dapi.__version__)Development version¶
pip install git+https://github.com/DesignSafe-CI/dapi.git@devOr in a notebook:
%pip uninstall dapi --yes
%pip install git+https://github.com/DesignSafe-CI/dapi.git@dev --quietLocal editable install¶
git clone https://github.com/DesignSafe-CI/dapi.git
cd dapi
pip install -e .Update¶
pip install --upgrade dapi