How to install • How to use • Documentation • Credits • Contributing • License
- DefDAP can be installed from PyPI using the command
pip install defdap
- If you use conda as your package manager (https://www.anaconda.com/), the prerequisite packages that are available from anaconda can be installed using the command
conda install scipy numpy matplotlib scikit-image pandas networkx jupyter ipython
(Anaconda3-2020.02 has been tested) - For more information, see the documentation
- To start the example notebook, use the command
jupyter lab
and click the notebook (.ipynb file) - Try out the example notebook using the binder link above (Note: change the matplotlib plotting mode to inline, some of the interactive features will not work)
- Here is a video demonstrating the basic functionality of the package: DefDAP demo
- For more help, see the online documentation.
- For information about contributing see the guidelines
- Any new functions or changes to arguments should be documented.
The software uses the following open source packages: