File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ should be similar):
1010
1111.. code-block :: ps1
1212
13- C:\Python310 \Scripts\virtualenv C:\VirtualEnvs\mapscript- docs- update
13+ C:\Python313 \Scripts\virtualenv C:\VirtualEnvs\mapscript- docs- update
1414 C:\VirtualEnvs\mapscript- docs- update\Scripts\activate.ps1
1515
16- pip install mapscript== 8.0 . 1
16+ pip install mapscript== 8.4 . 0
1717 $env: Path = " C:\MapServer\bin;" + $env: Path
1818 $env: MAPSERVER_DLL_PATH = " C:\MapServer\bin"
1919 cd D:\GitHub\mapserver_docs\scripts\mapscript- docs
@@ -36,7 +36,7 @@ For Entity Relationship diagram example see https://graphviz.readthedocs.io/en/s
3636.. code-block :: ps1
3737
3838 pip install pydot
39- $env: Path = " C:\Program Files (x86)\Graphviz2.38 \bin;" + $env: Path
39+ $env: Path = " C:\Program Files\Graphviz \bin;" + $env: Path
4040 python diagrams.py
4141
4242 Updating MapScript Objects
You can’t perform that action at this time.
0 commit comments