Skip to content

Commit

Permalink
EN-38189 - readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Webster committed Mar 30, 2020
1 parent 82bac95 commit 2c6189c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -17,7 +17,7 @@ brew install mapnik

Install Mapnik (Debian/Ubuntu):
```
sudo apt-get install python-mapnik
sudo apt-get install python3-mapnik
```

Install Python Dependencies:
Expand All @@ -30,12 +30,6 @@ pip install -r dev-requirements.txt
bin/start-renderer.sh --dev
```

## Examples ##
Render an image to `test.png`:
```
curl -o test.png localhost:4096/render -H 'Content-type: application/json' -d @carto_renderer/examples/main.json
```

## Testing ##
The tests are run using py.test and hypothesis

Expand Down
1 change: 0 additions & 1 deletion carto_renderer/examples/main-urlencode.mss

This file was deleted.

5 changes: 0 additions & 5 deletions carto_renderer/examples/main.json

This file was deleted.

7 changes: 0 additions & 7 deletions carto_renderer/examples/main.mss

This file was deleted.

1 change: 0 additions & 1 deletion carto_renderer/examples/min.mss

This file was deleted.

0 comments on commit 2c6189c

Please sign in to comment.