Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /