Skip to content

Commit

Permalink
README.md: More info about installing optional dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Sep 21, 2023
1 parent a794c2d commit 8dac6c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ To install ETE in a local directory to help with the development, you can:

If you want to use the `treeview` module (which depends on
[PyQt](https://www.riverbankcomputing.com/software/pyqt/)), you can
add `[treeview]` to the pip installation. For example:
add `[treeview]` to the pip installation.

```sh
pip install -e .[treeview]
```
For example with `pip install -e .[treeview]` for a local editable
installation. Or `pip install -e .[treeview,test,doc]` to also include
the modules for testing and generating the documentation.


# Exploring a tree
Expand Down

0 comments on commit 8dac6c7

Please sign in to comment.