From f4879c4ddfce059b8a926c3c53cc99aad6307057 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Tue, 6 Feb 2024 14:27:38 +0000 Subject: [PATCH] deploy: c9b4a20a0c2a4eb978dc0be3514e4109ae12a4a4 --- _sources/start.rst.txt | 6 +++--- index.html | 1 + objects.inv | Bin 1734 -> 1770 bytes searchindex.js | 2 +- start.html | 7 ++++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/_sources/start.rst.txt b/_sources/start.rst.txt index c50744d..5b25f7f 100644 --- a/_sources/start.rst.txt +++ b/_sources/start.rst.txt @@ -9,7 +9,7 @@ The Kerchunk builder will soon be updated to version 1.0.1, which you can clone :: git clone git@github.com:cedadev/kerchunk-builder.git --branch v1.0.1 -:: + Step 1: Set up Virtual Environment ---------------------------------- @@ -19,7 +19,7 @@ Step 1 is to create a virtual environment and install the necessary packages wit python -m venv name_of_venv; source name_of_venv/bin/activate; pip install -r requirements.txt; -:: + Step 2: Environment configuration --------------------------------- @@ -30,6 +30,6 @@ Create a config file to set necessary environment variables. (Suggested to place export GROUPDIR=/gws/nopw/j04/cmip6_prep_vol1/kerchunk-pipeline/groups/CMIP6_rel1_6233; export SRCDIR=/home/users/dwest77/Documents/kerchunk_dev/kerchunk-builder; export KVENV=/home/users/dwest77/Documents/kerchunk_dev/kerchunk-builder/build_venv; -:: + Now you should be set up to run the pipeline properly. For any of the pipeline scripts, running ```python