Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ Un second tutoriel est offert pour démontrer les différentes étapes du prétr
conda create -n neossat_env python=3.9
conda activate neossat_env
```
3. 📥 **Installer les dépendances**
```bash
pip install -r requirements.txt
```
4. 🚀 **Lancer le tutoriel**
3. 🚀 **Lancer le tutoriel**
```bash
jupyter notebook
```
Expand Down Expand Up @@ -149,11 +145,7 @@ A second tutorial is available to demonstrate different steps in pre-processing
conda create -n neossat_env python=3.9
conda activate neossat_env
```
3. 📥 **Install dependencies**
```bash
pip install -r requirements.txt
```
4. 🚀 **Run the tutorial**
3. 🚀 **Run the tutorial**
```bash
jupyter notebook
```
Expand Down