This commit is contained in:
William Fu-Hinthorn
2023-07-25 23:27:41 -07:00
parent 18e3f45eb1
commit ef54899fc5

View File

@@ -2,6 +2,10 @@
yum remove openssl-devel -y
yum install openssl11 openssl11-devel -y
# Remove python 3.9 and install python 3.10
yum remove python39 -y
yum install python310 -y
python3 --version
cd ..
python3 --version
@@ -9,6 +13,7 @@ python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r vercel_requirements.txt
python3 -m "from requests import HTTPError, Response; print(HTTPError, Response)"
cp -r extras/* docs_skeleton/docs
cd docs_skeleton
nbdoc_build