mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-09 05:30:52 +02:00
Remove redundant pip installation step from setup script.
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -34,14 +34,10 @@ elif [[ "$OS" =~ "MINGW" || "$OS" =~ "MSYS" || "$OS" =~ "CYGWIN" ]]; then
|
||||
echo "- GDAL (https://gdal.org/download.html or via Conda: conda install -c conda-forge gdal)"
|
||||
echo "- Make and GCC (optional, for advanced features)"
|
||||
echo "- Python 3 and pip"
|
||||
echo "Then run: pip install -e ."
|
||||
exit 0
|
||||
else
|
||||
echo "Unsupported OS: $OS"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Install Python dependencies
|
||||
pip install -e .
|
||||
|
||||
echo "Setup complete!"
|
Reference in New Issue
Block a user