.. raw:: html

ANDES

Python Software for Symbolic Power System Modeling and Numerical Analysis

.. _getting-started: =============== Getting started =============== .. toctree:: :maxdepth: 3 :hidden: overview install tutorial/index config/index formats/index testcases/index performance/index verification misc faq copyright Quick install ============= .. panels:: :card: + install-card :column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3 Working with Conda? ^^^^^^^^^^^^^^^^^^^ ANDES is available on conda-forge and can be installed with Anaconda, Miniconda, and Mambaforge: ++++++++++++++++++++++ .. code-block:: bash conda install -c conda-forge andes --- Prefer pip? ^^^^^^^^^^^ ANDES can be installed via pip from `PyPI `__. ++++ .. code-block:: bash pip install andes --- :column: col-12 p-3 New to Python? ^^^^^^^^^^^^^^ Set up a Mambaforge environment by 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 models? Check the guide in :ref:`Develop Install`.