Quickstart
==========

To quickly try out SpiceX, install the package via pip:

.. code-block:: bash

    pip install spicex

And run a a simple example simulation (``examples/resistors_in_series/resistors_in_series.py``):

.. literalinclude:: ../../examples/resistors_in_series/resistors_in_series.py
  :language: python

as:

.. code-block:: bash

    python resistors_in_series.py


For more info
-------------

For info on how to install SpiceX with GPU support, see the :doc:`Installation <installation>` page.

For more examples of simulations, see the :doc:`Examples <examples>` page.
