Skip to content

Installations

Nathan Saucourt edited this page Jul 28, 2025 · 1 revision

Installations

Welcome to the Installation process. Here how it works :

1. Install Python

To install Python, please run :

On Ubuntu/Debian:

sudo apt update
sudo apt install python3 python3-pip python3-venv

On MacOs:

brew install python

2. Install Python Packages

To install the necessary python packages, please run the following command

pip install numpy matplotlib scipy astropy astroquery tqdm 

3. Clone the Repository

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 exoMATISSE

4. Checkout Development Branch (OPTIONAL)

If you want the parts of the code that are still in development, run the following command :

git checkout v1_dev_mac

CHECK INSTALLATIONS

To Check if all the installations went well, you can go to Tutorials And follow the instruction

๐Ÿ“š Wiki Navigation

๐Ÿ Getting Started

๐Ÿ“– Learn

๐Ÿงช Reference

Clone this wiki locally