| ... | @@ -5,14 +5,13 @@ First clone a copy of the AITF_FW_Quicklooks repository. |
... | @@ -5,14 +5,13 @@ First clone a copy of the AITF_FW_Quicklooks repository. |
|
|
We have moved to recommending [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) as our installation tool. Once you have Mambaforge installed, use the following commands to create your environment.
|
|
We have moved to recommending [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) as our installation tool. Once you have Mambaforge installed, use the following commands to create your environment.
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
mamba create -n aitf_ql python=3.12 'numpy<2' netCDF4 scipy pillow cartopy pyproj
|
|
mamba create -n aitf_ql python=3.12 'numpy<2' netCDF4 scipy pillow cartopy pyproj pip python-build
|
|
|
mamba activate aitf_ql
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Now, with your aitf_ql environment active, run the following in the AIT_FW_Quicklooks directory:
|
|
Now, with your aitf_ql environment active, run the following in the AIT_FW_Quicklooks directory:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
python setup.py develop
|
|
pip install -e .
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
(Please note, we intend to move away from easy_install in future, so this step may change.)
|
|
(Please note, we intend to move away from easy_install in future, so this step may change.)
|
| ... | |
... | |
| ... | | ... | |