Installation¶
The Acoustic Tracking package remains in development phase. During this time, the easiest way to install the package is throug it’s GitLab repository.
Clone the repository from GitHub.
git clone https://github.com/sfu-bigdata/range-driver.gitFrom within the range_driver directory, install dependencies using Anaconda.
conda env create -f environment.yml python=3.6Activate the conda environment.
conda activate range-driverFrom within the range_driver repository, install Acoustic Tracking.
pip install -e .