dreasysnail / POINTER

MIT License
112 stars 19 forks source link

add check for conda installation on env_setup.sh #15

Open siv2r opened 3 years ago

siv2r commented 3 years ago

There is no check to see if the user has conda install on the computer in env_setup.sh. Hence, all the pip install commands inside env_setup.sh will install the packages in the base environment if the user does not have conda installed.