We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logger.py currently imports the h5py module. <I got the message that I didn't have this module when trying to run eGFRD on my laptop.>
However, this module isn't mentioned in the INSTALL file.
""" If you use Fedora or any other RedHat lines of linux, check if the following RPM packages are installed:
gsl, gsl-devel, numpy, scipy, boost, and boost-devel.
On Ubuntu Linux and some other Debian families, install the following:
gsl-bin libgsl0-dev libboost-dev libboost-date-time-dev libboost-python-dev libboost-regex-dev libboost-test-dev python-scipy. """
The text was updated successfully, but these errors were encountered:
No branches or pull requests
logger.py currently imports the h5py module. <I got the message that I didn't have this module when trying to run eGFRD on my laptop.>
However, this module isn't mentioned in the INSTALL file.
"""
If you use Fedora or any other RedHat lines of linux, check
if the following RPM packages are installed:
gsl, gsl-devel, numpy, scipy, boost, and boost-devel.
On Ubuntu Linux and some other Debian families, install the following:
gsl-bin libgsl0-dev libboost-dev libboost-date-time-dev libboost-python-dev libboost-regex-dev libboost-test-dev python-scipy.
"""
The text was updated successfully, but these errors were encountered: