Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarchi committed Jan 19, 2023
1 parent 4d1c751 commit c018574
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ by Marc Bocquet.

## Installation

Clone the repertory with HTTPS (cloning with SSH is not allowed outside ENPC).
Install conda, for example through [miniconda](https://docs.conda.io/en/latest/miniconda.html) or through [mamba](https://mamba.readthedocs.io/en/latest/installation.html).

$ git clone https://gitlab.enpc.fr/alban.farchi/tp-data-assimilation.git
Clone the repertory:

$ git clone [email protected]:cerea-daml/adomo-mocis-wape-daml-tutorial.git

Go to the repertory. Once there, create a dedicated anaconda environment for the sessions:

$ conda env create -f environment.yaml

Activate the newly created environment:

$ conda activate da-tp-sw
$ conda activate tutorial

[Optional] Update the environment:

Expand All @@ -34,4 +36,5 @@ Activate the newly created environment:

Open the notebook (e.g. with Jupyter) and follow the instructions:

$ jupyter-notebook tp-shallow-water.ipynb
$ jupyter-notebook tutorial.ipynb

8 changes: 4 additions & 4 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: da-tp-sw
name: tutorial
channels:
- defaults
dependencies:
- jupyter lab
- numpy
- matplotlib
- tqdm
- numba
- matplotlib
- seaborn
- tqdm
- jupyterlab
- ipywidgets
File renamed without changes.

0 comments on commit c018574

Please sign in to comment.