We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cd8f0 commit 6daf9e6Copy full SHA for 6daf9e6
1 file changed
windows10_after_conda_install.bat
@@ -2,3 +2,7 @@ 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
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