Skip to content

Commit

Permalink
remove duplicate instructions (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal authored Mar 11, 2024
1 parent d2e2ae3 commit 6e7e23d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ $ pip install segy[cloud]

To check if installation was successful see [checking installation](#checking-installation).

You can also install some optional dependencies (extras) like this:

```shell
$ pip install segy[cloud]
```

`cloud` installs [fsspec][fsspec] backed I/O libraries for [AWS' S3][s3fs],
[Google's GCS][gcsfs], and [Azure ABS][adlfs].

[fsspec]: https://filesystem-spec.readthedocs.io/en/latest/
[s3fs]: https://s3fs.readthedocs.io/
[gcsfs]: https://gcsfs.readthedocs.io/
[adlfs]: https://github.com/fsspec/adlfs

## Using `conda`

`segy` can also be installed in a `conda` environment.
Expand Down

0 comments on commit 6e7e23d

Please sign in to comment.