# Installation Before installing `fgvc`, install `PyTorch` library. Select installation option on [pytorch.org](https://pytorch.org/) based on your OS and GPU availability. ### Installation from Pip Install `fgvc` from a custom PyPI server: ```bash pip install fgvc --index-url https://pypi.piva-ai.com/simple/ ``` ### Installation from Source Git clone the repository: `git clone https://github.com/BohemianVRA/FGVC.git` and install `fgvc` in editable mode: ```bash cd FGVC pip install -e . ```