File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ or Anaconda Python (https://www.anaconda.com/download).
3737
3838PDFgui 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.
4141If you want to install it on Windows, Linux, or a non-arm64 Mac OSX (i.e., if at the time of writing
4242your 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
You can’t perform that action at this time.
0 commit comments