Skip to content

Commit 65589b0

Browse files
committed
small fix on windows installer
1 parent 0fe8b6e commit 65589b0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

windows10_after_conda_install.bat

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
ECHO ####################################################
12
ECHO Installer of Dui2 starting from a Conda installation
3+
ECHO ####################################################
4+
ECHO Installing git
25
conda install -c conda-forge git -y && ^
6+
ECHO Installing dials
37
conda install -c conda-forge dials -y && ^
8+
ECHO Installing PySide2
49
conda install -c conda-forge pyside2 -y && ^
5-
10+
ECHO cloning Dui2 source code
11+
git clone https://github.com/ccp4/DUI2.git
12+
ECHO done

0 commit comments

Comments
 (0)