Skip to content

Commit

Permalink
Merge pull request #517 from emfdavid/add_fastparquet_req
Browse files Browse the repository at this point in the history
Dev env cleanup
  • Loading branch information
martindurant authored Oct 21, 2024
2 parents 6ecb756 + 4cc1ce7 commit 718ab9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ In the project's home directory run:
pip install -e .
To install with optional development dependencies run:

.. code-block:: sh
pip install -e '.[dev]'
To test that the installation was successful run:

.. code-block:: sh
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ netcdf3 = ["scipy"]
dev = [
"cftime",
"dask",
"fastparquet",
"h5netcdf",
"h5py",
"jinja2",
Expand Down

0 comments on commit 718ab9c

Please sign in to comment.