From f7e2d3d138fb3aa0861fee803b42b44fbb70a4d2 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Fri, 10 May 2024 10:32:50 -0400 Subject: [PATCH] Update contributing.rst The ultimate way to setup dev env is using `.setup_dev.sh`, which would also install pre-commit and docs-building requirements --- docs/gettingstarted/contributing.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/gettingstarted/contributing.rst b/docs/gettingstarted/contributing.rst index 527323b..0c4d998 100644 --- a/docs/gettingstarted/contributing.rst +++ b/docs/gettingstarted/contributing.rst @@ -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 \ No newline at end of file + pytest