Skip to content

Commit 991abdf

Browse files
committed
Adding installation instructions
1 parent cd34ce9 commit 991abdf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This module provides a way to access single members of a zip file archive without downloading the full content from a remote web server. For this library to work, the web server hosting the archive needs to support the [range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) header.
44

5+
## Installation
6+
7+
`pip install remotezip`
8+
59
## Usage
610

711
### Initialization

0 commit comments

Comments
 (0)