@@ -125,15 +125,16 @@ may wish to change above) and will use git to clone the
125
125
AdvancedPhotonSource/GSAS-II repo placing all files in subdirectory
126
126
``~/G2/GSAS-II ``. The script does the following things:
127
127
128
- * it checks that the Python installation has the packages that GSAS-II
129
- needs to run (`see here for details
130
- <https://gsas-ii.readthedocs.io/en/latest/packages.html#python-requirements> `_)
131
- * It installs or updates the GSAS-II files from the GitHub repo
132
- * It downloads and installs the appropriate binary files from the
133
- `GSAS-II releases
134
- <https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases> `_
135
- * It does a byte-compile on all ``.py `` files
136
- * it creates shortcuts/icons for starting GSAS-II (OS specific)
128
+ * Checks that the Python installation has the packages that GSAS-II
129
+ needs to run (`see here for details
130
+ <https://gsas-ii.readthedocs.io/en/latest/packages.html#python-requirements> `_)
131
+ and for compilation.
132
+ * Installs or updates the GSAS-II files from the GitHub repo
133
+ * Downloads and installs the appropriate binary files from the
134
+ `GSAS-II releases <https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases >`_
135
+ * Does a byte-compile on all ``.py `` files
136
+ * Creates shortcuts/icons for starting GSAS-II (OS specific)
137
+
137
138
138
139
Note that there are a number of options that can be used with the
139
140
script, for example ``python gitstrap.py --reset `` overwrites any
@@ -177,15 +178,16 @@ may wish to change above) and will use git to clone the
177
178
AdvancedPhotonSource/GSAS-II repo placing all files in subdirectory
178
179
``~/G2/GSAS-II ``. The script does the following things:
179
180
180
- * it checks that the Python installation has the packages that GSAS-II
181
- needs to run (`see here for details
182
- <https://gsas-ii.readthedocs.io/en/latest/packages.html#python-requirements> `_)
183
- and for compilation.
184
- * It installs or updates the GSAS-II files from the GitHub repo
185
- * It creates the and installs the appropriate binary files from the
186
- Fortran, C and Cython sources.
187
- * It does a byte-compile on all ``.py `` files
188
- * it creates shortcuts/icons for starting GSAS-II (OS specific)
181
+ * Checks that the Python installation has the packages that GSAS-II
182
+ needs to run (`see here for details
183
+ <https://gsas-ii.readthedocs.io/en/latest/packages.html#python-requirements> `_)
184
+ and for compilation.
185
+ * Installs or updates the GSAS-II files from the GitHub repo
186
+ * Creates the and installs the appropriate binary files from the
187
+ Fortran, C and Cython sources.
188
+ * Does a byte-compile on all ``.py `` files
189
+ * Creates shortcuts/icons for starting GSAS-II (OS specific)
190
+
189
191
190
192
Note that there are a number of options that can be used with the
191
193
script, for example ``python gitcompile.py --reset `` overwrites any
0 commit comments