-
Notifications
You must be signed in to change notification settings - Fork 0
Installations
Nathan Saucourt edited this page Jul 28, 2025
·
1 revision
Welcome to the Installation process. Here how it works :
To install Python, please run :
sudo apt update
sudo apt install python3 python3-pip python3-venvbrew install pythonTo install the necessary python packages, please run the following command
pip install numpy matplotlib scipy astropy astroquery tqdm First, Ensure that you are in the repository in which you want the exoMATISSE code to appear. To have the whole repository on your computer, run the following command
git clone https://github.com/nitnerolf/exoMATISSE.git
cd exoMATISSEIf you want the parts of the code that are still in development, run the following command :
git checkout v1_dev_macTo Check if all the installations went well, you can go to Tutorials And follow the instruction