Skip to content

Commit

Permalink
Remove extra spaces and tabs from README
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Jun 10, 2021
1 parent 8703dc5 commit a87bb3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ The latest release of SourceSpec is available on the
You can install it easily through `pip`:

pip install sourcespec

### From SourceSpec GitHub releases

Download the latest release from the
[releases page](https://github.com/SeismicSource/sourcespec/releases),
in `zip` or `tar.gz` format, then:

pip install sourcespec-X.Y.zip
pip install sourcespec-X.Y.zip

or

pip install sourcespec-X.Y.tar.gz
pip install sourcespec-X.Y.tar.gz

Where, `X.Y` is the version number (e.g., `1.2`).
You don't need to uncompress the release files yourself.

Expand All @@ -78,7 +78,7 @@ code from the SourceSpec GitHub repository.

For that, clone the project:

git clone https://github.com/SeismicSource/sourcespec.git
git clone https://github.com/SeismicSource/sourcespec.git

(avoid using the "Download ZIP" option from the green "Code" button, since
version number is lost), then install the code from within the `sourcespec`
Expand Down

0 comments on commit a87bb3e

Please sign in to comment.