Skip to content

Commit

Permalink
Merge pull request #31 from PermafrostDiscoveryGateway/bugfix-minimal…
Browse files Browse the repository at this point in the history
…-example-readme

Update README.md to reference python script in minimal example
  • Loading branch information
robyngit authored May 22, 2024
2 parents 5fe8e22 + 5701f1c commit fbfa06d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions examples/minimal-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ Steps:
3. Start up a virtual environment
```bash
python3 -m venv .venv
source venv/bin/activate
source .venv/bin/activate
```
4. Install the package in development mode
```bash
pip install -e ../../
```
- **Note**: You might need to install `libspatialindex` or
`libspatialindex-dev` on your system if you have not already done so.
5. Install `pdgstaging` from github: (not included as a requirement in the package yet)
```bash
pip install git+https://github.com/PermafrostDiscoveryGateway/viz-staging
```
- **Note**: You may also need to install `pdgstaging` from github: `pip install git+https://github.com/PermafrostDiscoveryGateway/viz-staging`
6. Run the example
```bash
python minimal_example.py
```
python make-rasters.py
```

0 comments on commit fbfa06d

Please sign in to comment.