Skip to content

Commit 507fa9c

Browse files
author
Aaron Browne
committedJun 23, 2015
Remove pending publication notices
Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
1 parent aae1f2a commit 507fa9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SQLAlchemy models and DDL and ERD generation for chop-dbhi/data-models style JSO
77
In your shell, hopefully within a virtualenv:
88

99
```sh
10-
pip install dmsa # Pending push to PyPi
10+
pip install dmsa
1111
```
1212

1313
In python:
@@ -55,7 +55,7 @@ The following DBMS dialects are supported when generating DDL:
5555
Retrieve the image:
5656

5757
```sh
58-
docker pull dbhi/data-models-sqlalchemy # Pending push to Docker Hub
58+
docker pull dbhi/data-models-sqlalchemy
5959
```
6060

6161
Usage for DDL generation:
@@ -106,7 +106,7 @@ pip install pyodbc # for MS SQL Server DDL generation
106106
Install the data-models-sqlalchemy python package:
107107

108108
```sh
109-
pip install dmsa # Pending push to PyPi
109+
pip install dmsa
110110
```
111111

112112
Usage for DDL generation:

0 commit comments

Comments
 (0)
Please sign in to comment.