# Installation

#### Create virtual environment

```bash
python3 -m venv env 
source env/bin/activate

or

virtualenv env
source env/bin/activate
```

#### Install BeyondLLM

```bash
pip install beyondllm
```

#### Install on Google Colab

```bash
!pip install beyondllm
```

{% hint style="info" %}
You might have to restart your colab session.
{% endhint %}
