Skip to content

Commit

Permalink
deploy: c9b4a20
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Feb 6, 2024
1 parent 64edc7e commit f4879c4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _sources/start.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Kerchunk builder will soon be updated to version 1.0.1, which you can clone

::
git clone [email protected]:cedadev/kerchunk-builder.git --branch v1.0.1
::

Step 1: Set up Virtual Environment
----------------------------------

Expand All @@ -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
---------------------------------
Expand All @@ -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 <script>.py -h # or --help``` will bring up a list of options to use for that script as well as the required parameters.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ <h1>Welcome to the Kerchunk Pipeline documentation!<a class="headerlink" href="#
<ul>
<li class="toctree-l1"><a class="reference internal" href="start.html">Getting Started</a><ul>
<li class="toctree-l2"><a class="reference internal" href="start.html#step-0-git-clone-the-repository">Step 0: Git clone the repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="start.html#step-1-set-up-virtual-environment">Step 1: Set up Virtual Environment</a></li>
<li class="toctree-l2"><a class="reference internal" href="start.html#step-2-environment-configuration">Step 2: Environment configuration</a></li>
</ul>
</li>
Expand Down
Binary file modified objects.inv
Binary file not shown.
Loading

0 comments on commit f4879c4

Please sign in to comment.