Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#!/bin/bash
#Install CoMIK
chmod +x mkl.py
export PATH=".:$PATH"
#Check dependenciespython -c "import modshogun"
if python -c "import modshogun";
then
echo "You can now run the test_install.sh script."
else
echo "You need to install SHOGUN. Once done, you can run the test_install.sh script."
fi