Skip to content

Commit 68db378

Browse files
author
Felix Erdmann
committed
Minor correction to run tests
1 parent 286d356 commit 68db378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ deps =
2525

2626
commands =
2727
python -m pip install --upgrade pip
28-
pip install git+https://github.com/pySTEPS/pysteps@importer_plugins_support
28+
pip install git+https://github.com/pySTEPS/pysteps@postprocessor_plugin
2929
python -c "import pysteps"
3030
pytest -x

{{cookiecutter.project_name}}/docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install {{ cookiecutter.project_name }}, run this command in your terminal:
1616

1717
.. code-block:: console
1818
19-
$ pip install {{ cookiecutter.project_slug }}
19+
$ pip install {{ cookiecutter.project_name }}
2020
2121
2222
.. The following installation instructions are recommended if the plugin needs to be installed

0 commit comments

Comments
 (0)