Installation Guide

Dependencies

  • Python >= 3.8 (earlier version might be applicable).

  • Numpy

Quick Start

To use a stable release of npDoseResponse, install it using pip:

pip install npDoseResponse

The Pypi version is updated regularly. For the latest update, one can also clone from GitHub and install it directly:

git clone https://github.com/zhangyk8/npDoseResponse.git
cd npDoseResponse
python setup.py