Changes in this PR make it so running python setup.py install installs the required packages to use BLUES. Although installation from source is not recommended over conda installation, this helps ensure that installing via setup.py still works easily.
Some packages are only conda installable, so there is an additional check after the call to setup() which
will throw a message on which conda packages (and their versions are required).
Changes in this PR make it so running
python setup.py install
installs the required packages to use BLUES. Although installation from source is not recommended over conda installation, this helps ensure that installing viasetup.py
still works easily.Some packages are only conda installable, so there is an additional check after the call to
setup()
whichwill throw a message on which conda packages (and their versions are required).
Address issue #137 .