This commit is contained in:
Bagatur
2023-11-15 14:37:13 -08:00
parent 6498565699
commit f1de10dc3c

View File

@@ -47,7 +47,7 @@ source .venv/bin/activate
python3.11 -m pip install --upgrade pip
python3.11 -m pip install -r vercel_requirements.txt
python3.11 scripts/model_feat_table.py
mkdir docs/templates/templates
mkdir -p docs/templates/templates
cp ../templates/README.md docs/templates/templates/index.md
cp ../templates/docs/CONTRIBUTING.md docs/templates/contributing.md
cp ../templates/docs/LAUNCHING_PACKAGE.md docs/templates/launching_package.md