You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then still from package manager prompt add SegyIO:
10
+
SegyIO is a registered package and can be installed directly from the julia package manager (`]` in the julia REPL) :
19
11
20
12
```
21
-
add SegyIO
13
+
add SegyIO
22
14
```
23
15
24
-
### Adding without SLIM registry ###
25
-
26
-
After switching to package manager prompt (using ']') type:
27
-
28
-
```
29
-
add https://github.com/slimgroup/SegyIO.jl.git
30
-
```
16
+
## Extension
31
17
32
-
For more information on reading, writing, and scanning please see the [SegyIO.jl Wiki!](https://github.com/slimgroup/SegyIO.jl/wiki)
18
+
SegyIO is implemented for POSIX systems. For Cloud storage, use [CloudSegyIO.jl](https://github.com/slimgroup/CloudSegyIO.jl), the Cloud storage extension of SegyIO.
0 commit comments