Unverified Commit 7cf592f9 authored by Kangrui Wang's avatar Kangrui Wang Committed by GitHub
Browse files

Update install.sh

parent 6ef9a387
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -32,14 +32,4 @@ echo "Installing Frozenlake dependencies"
pip install 'gymnasium'
pip install "gymnasium[toy-text]"

# echo "Installing Navigation dependencies"
# pip install ai2thor==5.0.0
# pip install numpy==1.25.1

# echo "Installing SVG dependencies"
# pip install "bs4"
# pip install "svgpathtools"
# pip install "cairosvg"
# pip install "dreamsim"

echo "Installation complete!"
 No newline at end of file
echo "Installation complete, to install dependencies for other environments, refer to env/readme!"