From 57a9a00f21c8776fd6e7058bf244c37c5a8b5900 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Wed, 5 Jun 2024 15:23:36 -0700 Subject: [PATCH] Fix instructions for dev env --- CONTRIBUTING.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 43bb1302..3605d505 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -159,7 +159,7 @@ development environment: Now we are going through a two-step process. This will create the new environment, and not touch any of your existing environments, nor any existing Python installation. -1. Install the build dependencies +1. Install the build dependencies and install the local build of ``xcdat``. .. code-block:: bash @@ -168,9 +168,7 @@ not touch any of your existing environments, nor any existing Python installatio >>> >>> make install # or python -m pip install . -2. Build and install ``xcdat`` - - At this point you should be able to import ``xcdat`` from your locally built version: +2. At this point you should be able to import ``xcdat`` from your locally built version: .. code-block:: bash