Installation
============
``fiscalyear`` has no dependencies, making it simple and easy to install. There are multiple ways to install the ``fiscalyear`` module.
pip
---
The recommended way to install ``fiscalyear`` is with ``pip``.
.. code-block:: console
$ pip install fiscalyear
The fiscalyear module will now appear with your base Python installation.
Anaconda
--------
You can also install ``fiscalyear`` with the ``conda`` package manager.
.. code-block:: console
$ conda install -c conda-forge fiscalyear
Spack
-----
If you work in an HPC environment, the `Spack `_ package manager can be used to install ``fiscalyear`` as well.
.. code-block:: console
$ spack install py-fiscalyear
$ spack load py-fiscalyear
See the `Spack Documentation `_ to get started.