Skip to content

Commit

Permalink
Add note about conda "all" installation and how to install without op…
Browse files Browse the repository at this point in the history
…tional dependencies
  • Loading branch information
joelostblom committed Mar 18, 2024
1 parent 5f7a06d commit 3f29ccf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Installation
============

Altair can be installed, along with the example datasets in vega_datasets_, using:
Altair can be installed, along with all its optional dependencies, using:

.. code-block:: bash
Expand All @@ -15,12 +15,14 @@ If you are using the conda_ package manager, the equivalent is:

.. code-block:: bash
conda install -c conda-forge altair vega_datasets
conda install -c conda-forge altair-all
At this point, you should be able to open `Jupyter Notebook`_ or `JupyterLab`_
At this point, you should be able to open any IDE compatible with Jupyter Notebooks,
and execute any of the code from the :ref:`example-gallery`.
For more information on how to display charts in various notebook environments
and non-notebook IDEs, see :ref:`displaying-charts`.
If you wish to install Altair with only the required dependencies,
you can omit the ``[all]``/``-all`` suffix.

Development Installation
========================
Expand Down

0 comments on commit 3f29ccf

Please sign in to comment.