Skip to content

Commit 612a7b9

Browse files
committed
MNT: remove trailing blanks
1 parent 4bc49b4 commit 612a7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/pdfmorph.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ namely for 32 and 64-bit Linux, Mac OS X, and 32 and 64-bit Windows.
6868
We recommend that you run PDFmorph in a Python 3 conda virtual
6969
environment. With Anaconda or mini-conda installed on your system,
7070
first create the virtual environment by typing ::
71-
71+
7272
conda create --name=<env_name> python=3
7373

7474
You can give the environment any name you like but it should
7575
have some Python version 3 installed (though PDFmorph also works
7676
on Python 2.7). You only need to create the environment once,
7777
but every time you want to use PDFmorph you will have to
7878
reactivate the environment in which it is installed by typing ::
79-
79+
8080
source activate <env_name>
8181

8282
on Mac/Linux, or ``activate <env_name>`` on Windows.

0 commit comments

Comments
 (0)