You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/docs_skeleton/vercel_build.sh

11 lines
191 B
Bash

#!/bin/bash
cd ..
python3 --version
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
cp -r extras/* docs_skeleton/docs
cd docs_skeleton
nbdoc_build