Skip to content

Commit 72a2248

Browse files
committed
Aesthetic change to gitignore and suggest python3 -m pip instead of pip in Readme install instructions.
1 parent 5c82112 commit 72a2248

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ You should have received a copy of the GNU General Public License along with thi
2525
Most 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

3131
Development version from [**GitHub**](https://github.com/Phosmic/regex-toolkit):
3232

3333
```bash
3434
git clone git+https://github.com/Phosmic/regex-toolkit.git
3535
cd regex-toolkit
36-
pip install .
36+
python3 -m pip install .
3737
```
3838

3939
## Usage

0 commit comments

Comments
 (0)