Skip to content

Commit

Permalink
Merge f7e2d3d into 0dadb25
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit authored May 10, 2024
2 parents 0dadb25 + f7e2d3d commit 274fee6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/gettingstarted/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Download code and install dependencies in a conda environment. Run unit tests at
git clone https://github.com/lincc-frameworks/nested-pandas.git
cd nested-pandas/
pip install .
pip install .[dev] # it may be necessary to use `pip install .'[dev]'` (with single quotes) depending on your machine.
bash ./.setup_dev.sh
pip install pytest
pytest
pytest

0 comments on commit 274fee6

Please sign in to comment.