Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Aug 24, 2022
1 parent 32e215c commit c48b07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seismic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installation instructions for the NCI (Gadi), to be executed from a login node,
5. `rm -rf ~/.local/lib/python3.6/site-packages/shapely`
6. `rm -rf ~/.local/lib/python3.6/site-packages/Shapely*`
7. `rm -rf ~/.local/lib/python3.6/site-packages/*geos*`
8. `rm -rf /home/562/rxh562/.local/lib/python3.6/site-packages/gdal*`
8. `rm -rf ~/.local/lib/python3.6/site-packages/gdal*`
9. `rm -rf ~/.local/lib/python3.6/site-packages/pygdal`

### Upgrade pip
Expand Down Expand Up @@ -66,7 +66,7 @@ Installation instructions for the NCI (Gadi), to be executed from a login node,
20. `pip3.6 install scipy==1.4.1 --user`
21. `pip3.6 install tqdm==4.43.0 --user`
22. `pip3.6 install scikit-learn==0.22.2.post1 --user`

23. `pip3.6 install rtree==0.9.7 --user`

Step 12 ensures coastline shapefiles used by Cartopy are downloaded and available for use before
jobs are launched on NCI compute nodes that do not allow internet access.
Expand Down

0 comments on commit c48b07b

Please sign in to comment.