diff --git a/docs/contributing.rst b/docs/contributing.rst index 6238ceb15..eb1f35130 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -13,8 +13,8 @@ pip as follows: .. code-block:: bash git clone git@github.com:your_user_name/pystac.git - cd pystac - pip install -e '.[dev]' + cd pystac + pip install -e '.[test]' Testing ^^^^^^^