Skip to content

Commit

Permalink
deploy: 1621571
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Feb 6, 2024
1 parent f4879c4 commit 8ce84c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
6 changes: 2 additions & 4 deletions _sources/start.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Note: Ensure you have local modules enabled such that you have python 3.x instal
Step 0: Git clone the repository
--------------------------------
The Kerchunk builder will soon be updated to version 1.0.1, which you can clone using:

::
git clone git@github.com:cedadev/kerchunk-builder.git --branch v1.0.1

Expand All @@ -15,7 +14,7 @@ Step 1: Set up Virtual Environment

Step 1 is to create a virtual environment and install the necessary packages with pip. This can be done inside the local repo you've cloned as ```local``` or ```build_venv``` which will be ignored by the repository, or you can create a venv elsewhere in your home directory i.e ```~/venvs/build_venv```

::
.. code-block:: text
python -m venv name_of_venv;
source name_of_venv/bin/activate;
pip install -r requirements.txt;
Expand All @@ -24,8 +23,7 @@ Step 1 is to create a virtual environment and install the necessary packages wit
Step 2: Environment configuration
---------------------------------
Create a config file to set necessary environment variables. (Suggested to place these in a local `templates/` folder as this will be ignored by git). Eg:

::
.. code-block:: python
export WORKDIR=/gws/nopw/j04/cmip6_prep_vol1/kerchunk-pipeline;
export GROUPDIR=/gws/nopw/j04/cmip6_prep_vol1/kerchunk-pipeline/groups/CMIP6_rel1_6233;
export SRCDIR=/home/users/dwest77/Documents/kerchunk_dev/kerchunk-builder;
Expand Down
Loading

0 comments on commit 8ce84c8

Please sign in to comment.