Skip to content

Commit 5bb37bb

Browse files
Update note on python version support
1 parent 99da66a commit 5bb37bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ ZFS Libraries for Python
44

55
Python library for reading from ZFS Pools. Capable of reading, Pools, Datasets, Snapshots and Diffs for use by other Python Tools.
66

7-
This tool presently targets Python v3.7+ but has been tested for Python 2.7.18 but Python 2.x support my be removed with future releases.
7+
This tool presently targets Python v3.7+
88

99
## Installation
1010

1111
Install this plugin using `pip`:
1212

13-
$ pip install zfslib
13+
$ python3 -m pip install zfslib
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)