Skip to content

Commit

Permalink
Update contributing.rst
Browse files Browse the repository at this point in the history
The ultimate way to setup dev env is using `.setup_dev.sh`, which would also install pre-commit and docs-building requirements
  • Loading branch information
hombit authored May 10, 2024
1 parent 0dadb25 commit f7e2d3d
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 f7e2d3d

Please sign in to comment.