Changeset 4226
- Timestamp:
- Jan 2, 2020 4:27:13 PM (4 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/bld.bat
r3910 r4226 5 5 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 6 6 if errorlevel 1 exit 1 7 python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall 7 call "%PREFIX%\Scripts\Activate" 8 "%PREFIX%\python" %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall 8 9 if errorlevel 1 exit 1 -
install/g2full/construct.yaml.template
r3915 r4226 10 10 - python=3.7 11 11 - conda 12 - numpy =1.1512 - numpy 13 13 - scipy 14 14 - matplotlib>=3.0.3
Note: See TracChangeset
for help on using the changeset viewer.