Skip to content

Files

24 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 516 Bytes

MultiModal

If you have conda you might want to deactivate. I amsuming no conda. I am also assuming you have python3.11 installed on the command line.

Installation

  1. Setup local .env file and adjust variables with appropriate values.
cp .env.example .env
  1. Create a virtual environment and install the dependencies.
python -m venv venv
source venv/bin/activate
  1. Install the dependencies and build a local version of the package.
pip install -r requirements.txt