.. _getting-started:
===============
Getting started
===============
.. toctree::
:maxdepth: 3
:hidden:
overview
install
tutorial/index
testcases
copyright
Quick install
=============
Before AGVis comes to conda-forge and PyPI, you can install it from source,
check the guide in :ref:`Develop Install`.
.. panels::
:card: + install-card
:column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3
Working with conda?
^^^^^^^^^^^^^^^^^^^
AGVis will come to conda-forge soon, stay tuned!
++++++++++++++++++++++
.. code-block:: bash
conda install -c conda-forge agvis
---
Prefer pip?
^^^^^^^^^^^
Install AGVis from PyPI.
++++
.. code-block:: bash
pip install agvis
---
:column: col-12 p-3
New to Python?
^^^^^^^^^^^^^^
Set up a Mambaforge environment following :ref:`Setup Mambaforge`. We
recommend Mambaforge on Windows and Apple Silicon for new users.
---
:column: col-12 p-3
Are you a developer?
^^^^^^^^^^^^^^^^^^^^
Installing from source? Looking to develop new functions? Check the
guide in :ref:`Develop Install`.