Skip to content

Commit 6fc5b3d

Browse files
committed
completing instaler ... for now
1 parent 37195f3 commit 6fc5b3d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

windows10_after_conda_install.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
conda install -c conda-forge git -y && ^
2-
conda install -c conda-forge dials -y && ^
3-
conda install -c conda-forge pyside2 -y && ^
4-
git clone https://github.com/ccp4/DUI2.git && ^
1+
call conda install -c conda-forge git -y
2+
call conda install -c conda-forge dials -y
3+
call conda install -c conda-forge pyside2 -y
4+
git clone https://github.com/ccp4/DUI2.git
55
set ini_dir=%cd%
6-
set full_sting=python %ini_dir%\src\all_local.py windows_exe=true
6+
set full_sting=python %ini_dir%\DUI2\src\all_local.py windows_exe=true
77
echo %full_sting% > dui_all_local.bat
88
echo use the dui_all_local.bat script to launch Dui2

0 commit comments

Comments
 (0)