> For the complete documentation index, see [llms.txt](https://beyondllm.aiplanet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beyondllm.aiplanet.com/getting-started/installation.md).

# 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 %}
