We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37195f3 commit 6fc5b3dCopy full SHA for 6fc5b3d
1 file changed
windows10_after_conda_install.bat
@@ -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 && ^
+call conda install -c conda-forge git -y
+call conda install -c conda-forge dials -y
+call conda install -c conda-forge pyside2 -y
+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
+set full_sting=python %ini_dir%\DUI2\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