############
Installation
############

This code is open-source. See :doc:`/about/LICENSE` for details.

If you want to contribute to the code, you should go to :doc:`/dev`
documentation.

Install the package with your favorite Python installer. As an example, with
pip:

.. code-block:: sh

  pip install PROJECT

Then, you should be able to use it!

.. doctest::

  >>> from wardrobe import StackedDict
  >>> something = StackedDict()

See :doc:`api/index` for a detailed usage documentation.
