-
Notifications
You must be signed in to change notification settings - Fork 110
1_Installation
Yu Morishita edited this page Aug 2, 2019
·
17 revisions
LiCSBAS needs following modules in Python3.
- astropy
- beautifulsoup4
- matplotlib
- gdal
- h5py
- numpy
- requests
- statsmodels
One of the easiest ways to prepare the environment is installing Anaconda. Anaconda includes all required modules except gdal. After installing Anaconda, install gdal, e.g., by
conda install gdal
git clone https://github.com/yumorishita/LiCSBAS.git <your_LiCSBAS_path>
Then,
source <your_LiCSBAS_path>/LiCSBAS/bashrc_LiCSBAS.sh
You can add the line above to your ~/.bashrc.