## (Recommended) Create a Python virtual environment
It is highly recommended to use a Python virtual environment before installing COMBO. This helps to avoid dependency conflicts with other Python packages and keeps your environment clean.
You can create and activate a virtual environment using the following commands:
```bash
python3 -m venv combo-venv
source combo-venv/bin/activate
```
After activating the virtual environment, you can proceed with the installation steps below.
# Installation
# Installation
Currently, COMBO is available as a git repository. In the cloned repository directory:
Currently, COMBO is available as a git repository. In the cloned repository directory: