Skip to content

Commit 4e23cec

Browse files
committed
fixes to install docs
1 parent be0bb27 commit 4e23cec

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

webdocs/install_dev.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To clone GSAS-II from your forked copy use commands similar to the following::
7676
cd GSAS-II
7777

7878
This will create directory ``dev/GSAS-II`` with a copy of your fork. The GSAS-II Python files will be in ``dev/GSAS-II/GSASII``. Note that when the GSAS-II Python files are cloned from a GitHub repo, the GSAS-II binary files are not be downloaded. However, when GSAS-II is first run, it will provide an opportunity to do this, provided you have used supported combinations of Python and numpy. If not, you may compile the binary files yourself,
79-
`as described here. <https://advancedphotonsource.github.io/GSAS-II-tutorials/compile.html>`_ The
79+
`as described here <https://advancedphotonsource.github.io/GSAS-II-tutorials/compile.html>`_. The
8080
:ref:`section below on use of pixi <pixi installation>` provides an alternate way install GSAS-II including compilation of the binaries. It is both very quick and quite convenient.
8181

8282
To run this copy of GSAS-II, you will use a command such as::
@@ -181,7 +181,7 @@ After one of the above install commands is used, the following commands can be u
181181
``pixi run test``
182182

183183
Runs the GSAS-II self-test suite (takes 1-2 minutes typically to complete.)
184-
See :ref:`example output here<example_pytest_output>`_.
184+
See :ref:`example output here<example_pytest_output>`.
185185

186186
``pixi run ui``
187187

@@ -212,9 +212,12 @@ By default, the commands above will install and run GSAS-II with Python 3.13 (at
212212
Developing GSAS-II inside VSCode
213213
==============================================
214214

215-
Visual Studio Code (VSCode) is a free code development environment that is available on all major platforms where GSAS-II runs. Yuanpeng Zhang (ORNL) has written some notes on how to :ref:`make GSAS-II run in the VSCode debugger <https://iris2020.net/2025-04-21-gsasii_dev_new/>`_.
215+
Visual Studio Code (VSCode) is a free code development environment that is available on all major platforms where GSAS-II runs. Yuanpeng Zhang (ORNL) has written some notes on how to
216+
`make GSAS-II run in the VSCode debugger <https://iris2020.net/2025-04-21-gsasii_dev_new/>`_.
216217

217-
Note that if you have used the gsas2main installer to place GSAS-II at ``~/g2main`` then you can use the Python installation there (Mac/Linux: ``/Users/toby/G2/g2main/bin/python``; Windows: ``c:\\Users\\toby\\g2main\\python.exe``)
218+
Note that if you have used the gsas2main installer to place GSAS-II at ``~/g2main`` then you can use the Python installation there (examples:
219+
Mac/Linux, ``/Users/toby/G2/g2main/bin/python``;
220+
Windows, ``c:\Users\toby\g2main\python.exe``)
218221
to run the debugger rather than install a new conda environment as he does.
219222

220223
==============================================

0 commit comments

Comments
 (0)