Skip to content

Commit 1afbcfb

Browse files
authored
Add installation instructions to frontpage readme.
Signed-off-by: Patrick Ames <833518+pdames@users.noreply.github.com>
1 parent 92b83ce commit 1afbcfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ DeltaCAT lets you manage **Tables** across one or more **Catalogs**. A **Table**
3232

3333
### Quick Start
3434

35+
Install DeltaCAT with: `pip install deltacat`
36+
37+
Then run this script to create and read your first table:
38+
3539
```python
3640
import deltacat as dc
3741
import pandas as pd

0 commit comments

Comments
 (0)