🔧Installation

Create virtual environment

python3 -m venv env 
source env/bin/activate

or

virtualenv env
source env/bin/activate

Install BeyondLLM

pip install beyondllm

Install on Google Colab

!pip install beyondllm

You might have to restart your colab session.

Last updated