Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b14831c

Browse files
committed
Ack, forgot the -I for the pip command, now it's idempotent.
1 parent 2e12b11 commit b14831c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stand_alone_dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Here we assume you're familiar with command-line tools and that you've got pip i
1111
curl -O https://github.com/plotly/python-api/raw/tarball-link/stand_alone_dist/dist.zip
1212
unzip dist.zip
1313
cd dist
14-
ls | xargs pip install
14+
ls | xargs pip -I install
1515
```
1616

1717
### Need Help?
18-
18+

0 commit comments

Comments
 (0)