# Install xpersist
xpersist can be installed in three ways:
```{eval-rst}
.. tab:: pip
Using the `pip `__ package manager:
.. code:: bash
$ python -m pip install xpersist
.. tab:: conda
Using the `conda `__ package manager that comes with the
Anaconda/Miniconda distribution:
.. code:: bash
$ conda install xpersist --channel conda-forge
.. tab:: Development version
To install a development version from source:
.. code:: bash
$ git clone https://github.com/NCAR/xpersist
$ cd xpersist
$ python -m pip install -e .
```