From your personal computer
Download Miniconda (or Anaconda)
I recommend to use the
condapackage manager to install all the requirements. You can install Miniconda or install the (larger) Anaconda distribution.Note
condais a powerful package manager and environment manager that you use with command line commands at the Anaconda Prompt for Windows, or in a terminal window for macOS or Linux.Download the YAML file env_lbrat2104_2024.yml
To download a file from GitHub, first click on the
rawbutton, thenCTRL-S.Do not save the file with the
.txtextension !Open Anaconda Prompt (Windows) or Terminal (MacOS)
Create a conda envrionment from YAML file (change the file path !)
conda env create --file {file_path}env_lbrat2104_2024.yml
Activate LBRAT2104’s environment
conda activate lbrat2104_2023_2024
Optional - Download other libaries with
condaorpipSome libraries can not be installed with
condaand must be installed throughpipFor instance, to install sentinelsat you must launch this command :
pip install sentinelsat
Launch JupyterLab
jupyter lab