mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
fmt
This commit is contained in:
parent
861abfe818
commit
1ad08e72bd
@ -10,11 +10,11 @@ export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
|
||||
|
||||
|
||||
# setup python env
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade uv
|
||||
python3 -m uv venv
|
||||
source .venv/bin/activate
|
||||
uv pip install -r vercel_requirements.txt
|
||||
python3 -m uv pip install -r vercel_requirements.txt
|
||||
|
||||
# autogenerate integrations tables
|
||||
python3 scripts/model_feat_table.py
|
||||
|
Loading…
Reference in New Issue
Block a user