Skip to content

Commit 286d356

Browse files
author
Felix Erdmann
committed
plugin README template installation instruction corrected
1 parent 3664b84 commit 286d356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Here write a short description of the plugin, indicating the importers, diagnost
1919
Installation instructions
2020
=========================
2121

22-
The pysteps plugin can be installed as a python package using ``pip`` from the local path *{{cookiecutter.project_slug}}/*.
22+
The pysteps plugin can be installed as a python package using ``pip`` from the local path *{{cookiecutter.project_name}}/*.
2323

2424
Install with
2525

2626
.. code-block:: console
2727
28-
pip install {{cookiecutter.project_slug}}/
28+
pip install {{cookiecutter.project_name}}/
2929
3030
Test the plugin
3131
===============

0 commit comments

Comments
 (0)