Skip to content

Commit

Permalink
Fix instructions for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jun 5, 2024
1 parent 4d9ef83 commit 1b44ffd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1b44ffd

Please sign in to comment.