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