Skip to content

Commit 7c446b4

Browse files
SurajDonthisglvladi
authored andcommitted
Removed ,s in conda install which throw an error
1 parent 086af96 commit 7c446b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,13 @@ The packages can be installed using ``conda`` by running:
329329

330330
.. code-block:: posh
331331
332-
conda install <package_name>(=<version>), <package_name>(=<version>), ..., <package_name>(=<version>)
332+
conda install <package_name>(=<version>) <package_name>(=<version>) ... <package_name>(=<version>)
333333
334334
where ``<package_name>`` can be replaced with the name of the package, and optionally the package version can be specified by adding the optional specifier ``=<version>`` after ``<package_name>``. For example, to simply install all packages at their latest versions you can run:
335335

336336
.. code-block:: posh
337337
338-
conda install pillow, lxml, jupyter, matplotlib, opencv, cython
338+
conda install pillow lxml jupyter matplotlib opencv cython
339339
340340
Alternatively, if you don't want to use Anaconda you can install the packages using ``pip``:
341341

0 commit comments

Comments
 (0)