Skip to content

Commit

Permalink
Merge 25ca8b8 into fa25cbf
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Sep 23, 2019
2 parents fa25cbf + 25ca8b8 commit 9faf9dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openmdao/docs/getting_started/index.rst
Expand Up @@ -10,9 +10,14 @@ From your python environment (we recommend `Anaconda <https://www.anaconda.com/d

.. code::
>> pip install openmdao
>> pip install openmdao[all]
.. note::

The [all] suffix to the install command ensures that you get all the optional dependencies
(e.g. for testing and visualization). You can omit this for a minimal installation.


.. _paraboloid_min:

Expand Down

0 comments on commit 9faf9dc

Please sign in to comment.