-
Clone the repository:
git clone [email protected]:tetaud-sebastien/destination-earth-climate-data-visualization.git
-
Install Python Download and install Python
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh sh Miniconda3-latest-Linux-x86_64.sh
-
Install the required packages Create python environment:
conda create --name destine_env python==3.11
Activate the environment
conda activate destine_env
Install python package
pip install -r requirements.txt
python authentification/cacheb-authentication.py -u username -p password >> ~/.netrc
python authentification/desp-authentication.py --user username --password password