Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jun 27, 2020
1 parent dfd1920 commit 9fe2560
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# PCDM
[![PyPI version](https://badge.fury.io/py/pcdm.svg)](https://badge.fury.io/py/pcdm)

Property Casualty Data Model

SQLAlchemy implementation of [OMG Property Casualty Data Model](https://www.omg.org/spec/PC/About-PC/)
Expand All @@ -7,6 +9,10 @@ SQLAlchemy implementation of [OMG Property Casualty Data Model](https://www.omg.

### Installation

Run pip install:

```
pip install pcdm
```
```

And then run the deployment script **tests/deploy_sql.py**.

0 comments on commit 9fe2560

Please sign in to comment.