We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe8b6e commit 65589b0Copy full SHA for 65589b0
1 file changed
windows10_after_conda_install.bat
@@ -1,5 +1,12 @@
1
+ECHO ####################################################
2
ECHO Installer of Dui2 starting from a Conda installation
3
4
+ECHO Installing git
5
conda install -c conda-forge git -y && ^
6
+ECHO Installing dials
7
conda install -c conda-forge dials -y && ^
8
+ECHO Installing PySide2
9
conda install -c conda-forge pyside2 -y && ^
-
10
+ECHO cloning Dui2 source code
11
+git clone https://github.com/ccp4/DUI2.git
12
+ECHO done
0 commit comments