Skip to content

Commit 0cd1a70

Browse files
committed
update local dev instructions in readme and bump some deps
1 parent 42a195c commit 0cd1a70

File tree

3 files changed

+203
-211
lines changed

3 files changed

+203
-211
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,16 @@ which returns this:
8888
Development
8989
***********
9090

91-
This project is devloped using `poetry <https://python-poetry.org/>`_. After cloning this repo locally, run :code:`poetry install` to install local dependencies. For development within a conda environment, create a conda environment with :code:`poetry`, then install dependencies, e.g. :code:`conda create -n xarray-multiscale poetry -c conda-forge`, then run :code:`poetry install` in the root directory of this repo to install dependencies.
91+
This project is devloped using `poetry <https://python-poetry.org/>`_. To develop this codebase, clone the repo and run :code:`poetry install` to install local dependencies.
9292

93-
Tests are rudimentary and use :code:`pytest`.
93+
For development within a conda environment, create a conda environment with :code:`poetry`, then install dependencies, e.g.
9494

95+
.. code-block:: bash
96+
97+
$ git clone https://github.com/d-v-b-/xarray-multiscale
98+
$ conda create -n xarray-multiscale poetry -c conda-forge
99+
$ conda activate xarray-multiscale
100+
$ poetry install
101+
102+
Run tests with ``pytest``
95103

96-
Caveats / alternatives
97-
**********************
98-
tbd

0 commit comments

Comments
 (0)