You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webdocs/install_dev.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ To clone GSAS-II from your forked copy use commands similar to the following::
76
76
cd GSAS-II
77
77
78
78
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
80
80
: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.
81
81
82
82
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
181
181
``pixi run test``
182
182
183
183
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>`.
185
185
186
186
``pixi run ui``
187
187
@@ -212,9 +212,12 @@ By default, the commands above will install and run GSAS-II with Python 3.13 (at
212
212
Developing GSAS-II inside VSCode
213
213
==============================================
214
214
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/>`_.
216
217
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``)
218
221
to run the debugger rather than install a new conda environment as he does.
0 commit comments