Skip to content

Commit 6d52458

Browse files
authored
fix install command for github install
1 parent d5ed366 commit 6d52458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To install the current develop branch from GitHub:
107107

108108
.. code-block:: bash
109109
110-
pip install -e git+https://github.com/stan-dev/cmdstanpy@/develop#egg=cmdstanpy
110+
pip install -e git+https://github.com/stan-dev/cmdstanpy@develop#egg=cmdstanpy
111111
112112
113113
.. note::

0 commit comments

Comments
 (0)