Skip to content

Commit

Permalink
Merge pull request #74 from lincc-frameworks/contrib-use-setup_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit authored May 10, 2024
2 parents 0cfbe5f + f7e2d3d commit 92b422d
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 92b422d

Please sign in to comment.