Skip to content

Commit 44ec845

Browse files
committed
fixing typos in pdfgui.rst
1 parent 79b59d2 commit 44ec845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

products/pdfgui.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ or Anaconda Python (https://www.anaconda.com/download).
3737

3838
PDFgui is available from the "conda-forge" channel of Anaconda packages.
3939

40-
There are currently two different sets of instructions o install it depending on your platform.
40+
There are currently two different sets of instructions to install it depending on your platform.
4141
If you want to install it on Windows, Linux, or a non-arm64 Mac OSX (i.e., if at the time of writing
4242
your Mac does not have an M1 or M2 chip) use the first set, otherwise the second set of instructions
4343

@@ -73,13 +73,13 @@ Activate the environment: ::
7373

7474
conda activate diffpy.pdfgui_env
7575

76-
It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install
77-
pdffit2 from Pypi using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::
76+
It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). First we will install all
77+
the dependencies from conda-forge and then the pdffit2 itself from Pypi using the following commands: ::
7878

7979
conda install wxpython diffpy.utils matplotlib-base pycifrw
8080
pip install diffpy.pdffit2
8181

82-
Finally, we want to install PDFgui from conda-forge: ::
82+
Finally, we want to install PDFgui, again from conda-forge: ::
8383

8484
conda install diffpy.pdfgui --no-deps
8585

0 commit comments

Comments
 (0)