# OIM Taxonomy Demos

The example viewer and taxonomy viewers must be served by a web server. If you
have Python installed, the easiest way to do this is to run the following
command in this directory:

```
python3 -m http.server 8080 -d .
```

Then browse to http://localhost:8080
