d. Install build requirements and then install mmclassification.
```shell
pip install -e . # or "python setup.py develop"
```
Note:
1. Following the above instructions, mmclassification is installed on `dev` mode, any local modifications made to the code will take effect without the need to reinstall it (unless you submit some commits and want to update the version number).
2. If you would like to use `opencv-python-headless` instead of `opencv-python`,
you can install it before installing [mmcv](https://github.com/open-mmlab/mmcv).
### Using multiple MMClassification versions
The train and test scripts already modify the `PYTHONPATH` to ensure the script use the MMClassification in the current directory.
To use the default MMClassification installed in the environment rather than that you are working with, you can remove the following line in those scripts