File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ Python 3.8] ( https://img.shields.io/badge/python-3.8-blue.svg )] ( https://www.python.org/downloads/release/python-380/ )
9
9
[ ![ Python 3.9] ( https://img.shields.io/badge/python-3.9-blue.svg )] ( https://www.python.org/downloads/release/python-390/ )
10
10
[ ![ Python 3.10] ( https://img.shields.io/badge/python-3.10-blue.svg )] ( https://www.python.org/downloads/release/python-3100/ )
11
+
11
12
[ ![ PyPy3.7] ( https://img.shields.io/badge/python-PyPy3.7-blue.svg )] ( https://www.pypy.org/download.html )
12
13
[ ![ PyPy3.8] ( https://img.shields.io/badge/python-PyPy3.8-blue.svg )] ( https://www.pypy.org/download.html )
13
14
[ ![ PyPy3.9] ( https://img.shields.io/badge/python-PyPy3.9-blue.svg )] ( https://www.pypy.org/download.html )
@@ -26,7 +27,7 @@ for faster searches of words, prefixes and wildcard patterns.
26
27
27
28
# Install
28
29
29
- ` lexpy ` can be installed via Python Package Index ` (PyPI) ` using ` pip `
30
+ ` lexpy ` can be installed via Python Package Index ` (PyPI) ` using ` pip ` . The only installation requirement is that you need Python 3.7 or higher.
30
31
31
32
``` commandline
32
33
pip install lexpy
You can’t perform that action at this time.
0 commit comments