Installation

DASPy can be installed through common methods such as Pip and Conda.

Install via Pip

Install from PyPI:

pip install daspy-toolbox

Install the latest version from GitHub:

pip install git+https://github.com/HMZ-03/DASPy.git

If you installed DASPy this way, you can upgrade DASPy with the following command:

pip install --upgrade git+https://github.com/HMZ-03/DASPy.git

Install via Conda

conda install daspy-toolbox

or

conda install conda-forge::daspy-toolbox

Manual Installation

  1. Clone or download the DASPy repository from Github;

  2. Install the following dependency packages: numpy, scipy >=1.13, matplotlib, geographiclib, pyproj, h5py, segyio, nptdms;

  3. Add the DASPy directory to your Python package path.