install_greta_deps: Install Python dependencies for greta
Description
This is a helper function to install Python dependencies needed. This
includes Tensorflow version 1.14.0, Tensorflow Probability 0.7.0, and
numpy version 1.16.4. These Python modules will be installed into a
virtual or conda environment, named "greta-env". Note that "virtualenv" is
not available on Windows.
if (FALSE) {
install_greta_deps()
}
if (FALSE) {
# to help troubleshoot your greta installation, this can help resolve some# issues with installing greta dependenciesreinstall_greta_deps()
}