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
The documentation suggests optionally installing opm python package using pip install opm
opm
pip install opm
For not macOS users, to install the Python OPM package, execute in the terminal pip install opm.
It would be convenient for users to install everything in one go using pip install pyopmspe11[opm] by declaring it as an optional dependency in pyproject.toml. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#dependencies-and-requirements.
pip install pyopmspe11[opm]
While nice for users, this is not directly relevant to the review in openjournals/joss-reviews#7357.
The text was updated successfully, but these errors were encountered:
Thanks @MatthewFlamm for the suggestion, this has been added in #103
Sorry, something went wrong.
No branches or pull requests
The documentation suggests optionally installing
opm
python package usingpip install opm
It would be convenient for users to install everything in one go using
pip install pyopmspe11[opm]
by declaring it as an optional dependency in pyproject.toml. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#dependencies-and-requirements.While nice for users, this is not directly relevant to the review in openjournals/joss-reviews#7357.
The text was updated successfully, but these errors were encountered: