`requirements.txt`

This commit is contained in:
killian 2024-02-02 19:54:45 -08:00
parent 1d5951aa21
commit fae3a71bca
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,3 @@
"""
Responsible for configuring an interpreter, then running core.py.
"""
from core import main
from interpreter import interpreter
import os

View File

@ -1 +1,4 @@
pip install git+https://github.com/KillianLucas/open-interpreter.git
pip install redis
pip install fastapi
pip install uvicorn