From 399186a694b7c56c7e7fa5d4c7cc830b7874671b Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 23 Sep 2024 17:28:10 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0e0264..a67caf6 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,13 @@ To run against live APIs use: $ pytest -m network ``` -## Running the Jupyter notebooks +## Running the Jupyter notebooks + Setting up a jupyer lab server from scratch using conda or mamba: ```sh -# Make an environment for iot-ingester -# Do this at the root of the repository pwd=something/iot-ingester/ +# Make an environment for IonBeam +# Do this at the root of the repository pwd=something/IonBeam/ conda env create --name ionbeam ipykernel conda activate ionbeam pip install --editable ".[dev]" @@ -112,7 +113,7 @@ jupyter lab Currently the main way to interact with the pipeline is through the command line interface. ```bash % python -m ionbeam --help -usage: ECMWF IOT Observation Processor [-h] [--validate-config] [-v] [-j [NUMBER]] +usage: IonBeam [-h] [--validate-config] [-v] [-j [NUMBER]] [--finish-after [NUMBER]] config_file