Skip to content

Commit

Permalink
DEV/DOC: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 5, 2023
1 parent eee095b commit 87d9f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ First, fork wotplot -- this will make it easy to submit a pull request later.

After you've forked wotplot, you can download a copy of the code from your
fork and install wotplot from this downloaded code. The following commands
should do this. (Note that these commands assume [1] that you're using a
Unix system and [2] that you have Python ≥ 3.6 and pip installed.)
should do this; note that these commands assume (1) that you're using a
Unix system and (2) that you have Python ≥ 3.6 and pip installed.

```bash
git clone https://github.com/your-github-username-goes-here/wotplot.git
Expand All @@ -164,7 +164,7 @@ pip install -e .[dev]
```

After the above commands, you can check that wotplot was installed successfully
by running the test suite:
by running its test suite:

```bash
make test
Expand Down

0 comments on commit 87d9f03

Please sign in to comment.