Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DimensionalData = "0.10.00"
DocStringExtensions = "0.8"
Documenter = "0.24.0, 0.25"
FileIO = "1.3.0"
GRIB = "0.1, 0.2"
GRIB = "0.1, 0.2, 0.3"
JSON = "0.21.0"
PyCall = "1.91.0"
julia = "1.3"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ cd CfGRIB.jl
Then start Julia, enter the
[pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/), activate the
[project](https://julialang.github.io/Pkg.jl/stable/environments/) (projects are
similar to python `venv`'s), install the GRIB.jl package (as it is also not on
the registry), and then finally you can instantiate CfGRIB.jl to get the rest of
the dependencies:
similar to python `venv`'s), and then you can instantiate CfGRIB.jl to download and build
dependencies:

```julia
# Activate the current directory as a project
Expand Down