Skip to content

Commit e95e785

Browse files
authored
Fix inline
1 parent d7b6618 commit e95e785

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ and typing into a terminal window or Windows command prompt. It is
5454
recommended that you consult online resources and become somewhat
5555
familiar before using PDFmorph.
5656

57-
PDFmorph can be run with Python 2.7 and Python 3.10 or higher. We
58-
recommend using the Python 3 version. It makes use of several third party
57+
PDFmorph can be run with Python 3.10 or higher. It makes use of several third party
5958
libraries that you'll need to run the app and its components.
6059

6160
* `NumPy` - library for scientific computing with Python
@@ -157,7 +156,7 @@ We welcome contributors from the community. Please consider posting issues, and
157156
To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
158157
hooks.
159158

160-
1. Install pre-commit in your working environment with ``conda install pre-commit``
159+
1. Install pre-commit in your working environment by running ``conda install pre-commit``
161160

162161
2. Initialize pre-commit (one time only) ``pre-commit install``
163162

0 commit comments

Comments
 (0)