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