Last updated:
0 purchases
nanodip 0.0.0
NanoDiP
This project is a fork of https://github.com/neuropathbasel/nanodip and still buggy and under construction.
Disclaimer
Implementation of this software in a diagnostic settings occurs in the sole responsibility of the treating physician. Usage of this software occurs at the risk of the user. The authors may not be held liable for any damage (including hardware) this software might cause.
Installation
The intended location for the installation is /applications/nanodip. For a installation within a virtual environment you can use:
mkdir -p /applications/nanodip_env
virtualenv --python 3.7 /applications/nanodip_env
git clone https://github.com/brj0/nanodip /applications/nanodip
cd /applications/nanodip
source /applications/nanodip_env/bin/activate
pip install -U setuptools
pip install -e .
NanoDiP can be started with python /applications/nanodip/nanodip/main.py or simply with the console command nanodip.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.