Skip to content

Commit

Permalink
Update README with pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Mar 19, 2024
1 parent deb19c5 commit e21dda1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ogc-na-tools

## TL;DR

You can install the tools with `pip`:

```shell
pip install ogc-na
```

## Purpose
This repository contains tools used to maintain controlled vocabularies and knowledge assets managed by the OGC Naming Authority. Such tools may have wider general applicability and be refactored into tool specific repositories.

Expand All @@ -25,6 +33,9 @@ The following tools are currently available:

## Development

Note: This is only necessary if you are going to work *on* the tools themselves, not *with* them (see [TL;DR](#tldr)
above).

To install runtime and development dependencies, run:

```shell
Expand Down

0 comments on commit e21dda1

Please sign in to comment.