Skip to content

Commit

Permalink
README for using older version
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 20, 2022
1 parent 590e9c4 commit ce4d745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ This module also supports appending your numpy arrays to disk array at any time.

## Installation

> Prerequisites: Python
> Prerequisites: Python(">=3.8.0")
```bash
$ sudo pip install diskarray

# One can use older version of diskarray for Python("<3.8.0")
# Eg: sudo pip install diskarray==0.1.9
```

## Quick Example
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version = "0.2.0"
setup(
name="diskarray",
python_requires=">3.8.0",
python_requires=">=3.8.0",
version=version,
description="A resizable and readable numpy array on disk",
keywords="diskarray",
Expand Down

0 comments on commit ce4d745

Please sign in to comment.