Installation¶
Before proceeding with the installation, please download and install a python 3 Anaconda distribution on their Anaconda website.
Create the appropriate environment¶
It is suggestted to create a separate anaconda environment to proceed with the installation:
conda create -n cheope python==3.8 numpy scipy matplotlib pandas
After creating a conda environmnent called cheope and installed the basic libraries numpy, scipy, matplotlib and pandas, activate the environment:
conda activate cheope
Before installing cheope, install cython and mpi4py using conda:
conda install cython mpi4py
Download and Install¶
Download with PyPI:¶
Simply:
Before installing cheope
, install pycheops-ultra with
pip install pycheops-ultra
And, then:
pip install cheope
Download from GitHub:¶
Before Installing cheope
install pycheops-ultra from its GitHub repository:
git clone https://github.com/tiziano1590/pycheops
cd pycheops
switch to the parallel branch:
git checkout ultranest
and install it:
pip install -e .
git clone https://github.com/tiziano1590/cheops_analysis_package
go to your local Cheope repository and install it with the following command:
pip install -e .