Skip to content

Commit

Permalink
Adding information about updating developer environment to the develo…
Browse files Browse the repository at this point in the history
…per docs (#1432)

* Add information to update developer environment to the developer docs

* Removed the square brackets

Co-authored-by: C. Titus Brown <[email protected]>
  • Loading branch information
keyabarve and ctb authored Apr 3, 2021
1 parent 688fdfd commit 1dc9426
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,18 @@ tox -e dev
. .tox/dev/bin/activate
```

Finally, ou can also explicitly install all the Python dependencies for sourmash by running
Finally, you can also explicitly install all the Python dependencies for sourmash by running
```
pip install -r requirements.txt
```
(but they are already installed in the virtualenv created with `tox -e dev`).

## Updating your developer environment

To update rust to the latest version, use `rustup update`.

To update your Python dependencies to the latest required for sourmash, you can run `pip install -r requirements.txt`.

## Running tests and checks

We use [`tox`](https://tox.readthedocs.io) for managing dependencies and
Expand Down

0 comments on commit 1dc9426

Please sign in to comment.