# Installing Grain



Grain is available through multiple package managers:

*   **pip**, install from
    [PyPi](https://pypi.org/project/grain/#description) with
    ```bash
    pip install grain
    ```

*   **Anaconda**, install from
    [conda-forge](https://anaconda.org/channels/conda-forge/packages/grain/overview)
    with
    ```bash
    conda install conda-forge::grain
    ```