.. _installation: Installation ============= Install Using pip ------------------ To install the ``vo-models`` package, you can use pip: .. code-block:: bash pip install vo-models Install Using Conda ------------------- To install the project using Conda, you can use the provided environment file: .. code-block:: bash git clone https://github.com/spacetelescope/vo-models.git cd vo-models conda env create -f environment.yml conda activate vo-models pip install -r requirements.txt pip install .