File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ and typing into a terminal window or Windows command prompt. It is
5454recommended that you consult online resources and become somewhat
5555familiar 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
5958libraries 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
157156To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
158157hooks.
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
1621612. Initialize pre-commit (one time only) ``pre-commit install ``
163162
You can’t perform that action at this time.
0 commit comments