Installation
===============

CVNets can be installed in the local python environment using the below command:

.. code-block:: bash

   git clone git@github.com:apple/ml-cvnets.git
   cd ml-cvnets
   pip install -r requirements.txt
   pip install --editable .


We recommend to use Python 3.6+ and PyTorch (version >= v1.8.0) with conda environment. For setting-up python environment with conda, see `here <https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_.