File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66! pyproject.toml
77! Makefile
88
9- ! tests /
10- ! tests /*
11-
129! src /
1310! src /*
1411
12+ ! tests /
13+ ! tests /*
14+
1515! LICENSE
1616! README.md
1717! .gitignore
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ You should have received a copy of the GNU General Public License along with thi
2525Most stable version from [ ** PyPi** ] ( https://pypi.org/project/regex-toolkit/ ) :
2626
2727``` bash
28- pip install regex-toolkit
28+ python3 -m pip install regex-toolkit
2929```
3030
3131Development version from [ ** GitHub** ] ( https://github.com/Phosmic/regex-toolkit ) :
3232
3333``` bash
3434git clone git+https://github.com/Phosmic/regex-toolkit.git
3535cd regex-toolkit
36- pip install .
36+ python3 -m pip install .
3737```
3838
3939## Usage
You can’t perform that action at this time.
0 commit comments