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 0e80b22 commit e0fd293Copy full SHA for e0fd293
helper_scripts/install_faststructure.sh
@@ -110,3 +110,5 @@ cd ..
110
python2 setup.py build_ext --inplace
111
cd ..
112
mv fastStructure-1.0 ${install_dir}
113
+
114
+echo "\nInstall succesfull. fastStructure is now ready to use.\n"
helper_scripts/install_structure.sh
@@ -34,3 +34,5 @@ tar xvfz structure_kernel_source.tar.gz
34
cd structure_kernel_src/
35
make
36
mv structure ${install_dir}
37
38
+echo "\nInstall succesfull. STRUCTURE is now ready to use.\n"
0 commit comments