Skip to content

Commit

Permalink
modify install instraction
Browse files Browse the repository at this point in the history
  • Loading branch information
altescy committed Feb 24, 2021
1 parent 244f8e4 commit 20593c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pa

Installing the library is simple using pip.
```
$ pip install pdpcli
$ pip install "pdpcli[all]"
```


Expand Down Expand Up @@ -137,10 +137,10 @@ pipeline:
stages:
drop_columns:
...

print:
type: print

encode:
...
```
Expand Down

0 comments on commit 20593c7

Please sign in to comment.