| ... | ... | @@ -3,7 +3,7 @@ |
|
|
|
On a computer with anaconda, you can set up an environment for the AIT Framework Quicklooks software by doing the following:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
conda create -n aitf_ql python=2.7 anaconda
|
|
|
|
conda create -n aitf_ql python=3.6 anaconda
|
|
|
|
source activate aitf_ql
|
|
|
|
conda install netcdf4 scipy pillow
|
|
|
|
conda install -c conda-forge cartopy
|
| ... | ... | |
| ... | ... | |