Skip to content

Commit df28810

Browse files
authored
Fix typo in dev install instructions (#1230)
1 parent 1849222 commit df28810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ pip as follows:
1313
.. code-block:: bash
1414
1515
git clone git@github.com:your_user_name/pystac.git
16-
cd pystac
17-
pip install -e '.[dev]'
16+
cd pystac
17+
pip install -e '.[test]'
1818
1919
Testing
2020
^^^^^^^

0 commit comments

Comments
 (0)