Skip to content

Commit 6daf9e6

Browse files
committed
adding bat launcher to windows after conda installer
1 parent 27cd8f0 commit 6daf9e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

windows10_after_conda_install.bat

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

0 commit comments

Comments
 (0)