diff --git a/docs/contributing.rst b/docs/contributing.rst index b4be82d6..2696731a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -13,7 +13,7 @@ the library as an "editable link", then install the development dependencies: .. code-block:: bash $ git clone git@github.com:your_user_name/pystac-client.git - $ cd pystac + $ cd pystac-client $ pip install -e '.[dev]' Testing