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

Skip to content

Commit 2f4d7ad

Browse files
committed
Fix zip, add better instructions (gave up on windows...)
1 parent c74af58 commit 2f4d7ad

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

stand_alone_dist/README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@ If for reasons beyond your control, you cannot install the plotly package via pi
66

77
Here we assume you're familiar with command-line tools and that you've got pip installed.
88

9-
#### Unix-y Folks
10-
1. download the zipped files
11-
2. unzip it!
12-
3. open your terminal
13-
4. `cd` into this folder
14-
5. run `ls | xargs pip install`
15-
16-
#### Windows Folks
17-
1. download the zipped files
18-
2. unzip it!
19-
3. open cmd
20-
4. `cd` into this folder
21-
5. run `dir | xargs pip install`
9+
#### Unix-y Folks, do this:
10+
```bash
11+
curl -O https://github.com/plotly/python-api/raw/tarball-link/stand_alone_dist/dist.zip
12+
unzip dist.zip
13+
cd dist
14+
ls | xargs pip install
15+
```
2216

2317
### Need Help?
2418

stand_alone_dist/dist.zip

611 KB
Binary file not shown.

stand_alone_dist/dist_zip.zip

-527 KB
Binary file not shown.

0 commit comments

Comments
 (0)