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
Do you mind changing the installation instructions a bit?
For people not very familiar with REPL the default approach would probably be easier:
using Pkg Pkg.add(PackageSpec(url="https://github.com/TEOS-10/GibbsSeaWater.jl"))
Also, do you mind if I add an 'Example' section to show to call functions from the module?
The text was updated successfully, but these errors were encountered:
Yes, that would be useful 👍
Sorry, something went wrong.
more tests and but disable z_from_p/p_from_z issue #3
c8bed00
update installing instructions (issue #3)
64e0d58
No branches or pull requests
Do you mind changing the installation instructions a bit?
For people not very familiar with REPL the default approach would probably be easier:
using Pkg
Pkg.add(PackageSpec(url="https://github.com/TEOS-10/GibbsSeaWater.jl"))
Also, do you mind if I add an 'Example' section to show to call functions from the module?
The text was updated successfully, but these errors were encountered: