We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed93c1 commit 8591982Copy full SHA for 8591982
src/build.sh
@@ -2,7 +2,7 @@ echo "Building react application..."
2
cd client && npm install --force && npx vite build && rm -rf node_modules && cd ..
3
4
echo "Upgrading pip..."
5
-python3 -m pip install --upgrade pip
+python3 -m pip install --upgrade pip setuptools
6
7
echo "Installing packages..."
8
pip3 install -r requirements.txt
0 commit comments