mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 19:18:48 +00:00
check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user