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

Skip to content

Commit 28b3b8d

Browse files
committed
update readme
1 parent 3687cca commit 28b3b8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

stand_alone_dist/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
**WARNING**: Use this as a last resort. We make no guarantees that the files here are the most up-to-date content.
44

5-
If for reasons beyond your control, you cannot install the plotly package via pip (e.g., you need to install on a machine without and internet connection), you may use the zipped archive here as follows:
5+
If for reasons beyond your control, you cannot install the plotly package via pip (e.g., you need to install on a machine without an internet connection), you can install via a zip file we provide (see below).
66

7-
Here we assume you're familiar with command-line tools and that you've got pip installed.
7+
Here we assume you're familiar with command-line tools and that you've got pip installed. Not the case? Check it out here:
8+
[http://pip.readthedocs.org/en/latest/installing.html](http://pip.readthedocs.org/en/latest/installing.html)
89

910
#### Unix-y Folks, do this:
1011
```bash
1112
curl -O https://github.com/plotly/python-api/raw/tarball-link/stand_alone_dist/dist.zip
1213
unzip dist.zip
1314
cd dist
14-
ls | xargs pip -I install
15+
ls | xargs pip install -I
1516
```
1617

1718
### Need Help?

0 commit comments

Comments
 (0)