Skip to content

Commit 2d03c21

Browse files
authored
Added Installing section
1 parent 4a528fc commit 2d03c21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Amazon S3 cloud storage.
66
As a PyFilesystem concrete class, [S3FS](http://fs-s3fs.readthedocs.io/en/latest/) allows you to work with S3 in the
77
same way as any other supported filesystem.
88

9+
## Installing
10+
11+
You can install S3FS from pip as follows:
12+
13+
```
14+
pip install fs-s3fs
15+
```
916

1017
## Opening a S3FS
1118

0 commit comments

Comments
 (0)