Skip to content

Commit b80b0c0

Browse files
committed
Update MapScript to 8.4 and add Wheel
1 parent d347525 commit b80b0c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workshop/content/docs/advanced/mapscript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ MapScript is not installed on the MapServer Docker image by default, but it can
2323
# start an interactive session with the MapServer Docker container
2424
docker exec -it mapserver /bin/bash
2525

26-
# install MapScript via a downloaded Debian package available in the workshop repository
27-
dpkg -i /scripts/python3-mapscript_8.0.1-1~jammy2_amd64.deb
26+
apt install python3-pip -y
27+
pip install /scripts/mapscript-8.4.0-cp312-cp312-linux_x86_64.whl --break-system-packages
2828

2929
# test that we can import MapScript successfully
3030
python -c "import mapscript;print(mapscript.msGetVersion())"
Binary file not shown.

0 commit comments

Comments
 (0)