...
- Ensure you are in an existing JEDI-Skylab
venv. This is the one that was created in later stages of step 2 of the Running Skylab when one runs this commandpython3 -m venv --system-site-packages venvfollowed bysource venv/bin/activate
Create the new virtual environment and activate it:Code Block language shell $python_ROOT/bin/python3 -m venv --system-site-packages venv-satpysourcesatpy source venv-satpy/bin/activate # normally I now change directory into the venv-satpy when I run the following commands cd venv-satpy
- Install the CLI for access to EUMETSAT Data Portal - eumdac
Code Block language shell # going to drop the preceding $python_ROOT/bin/ when calling python3 python3 -m pip install eumdacpython3eumdac python3 -m pip install --upgrade eumdac
- Install satpy:
Code Block language shell python3 -m pip install satpy
...
| Page properties | ||
|---|---|---|
| ||
|