Skip to content

Commit f8f2598

Browse files
eaton-labbenjeffery
authored andcommitted
Update installation.rst
This install command does not work because `conda` must be followed by a command. See error: ```bash CommandNotFoundError: No command 'conda conda-forge'. ```
1 parent 7b046d7 commit f8f2598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Binary packages
1414
The most reliable way to install ``tsinfer`` is to install the binary conda package:
1515
e.g.::
1616

17-
$ conda -c conda-forge install tsinfer
17+
$ conda install tsinfer -c conda-forge
1818

1919
you can then ``import tsinfer`` in python or use the ``tsinfer`` executable directly::
2020

0 commit comments

Comments
 (0)