Skip to content

Commit

Permalink
Merge pull request #202 from jenshnielsen/condaforge_readme
Browse files Browse the repository at this point in the history
clarify install instructions wrt qt and mention conda forge
  • Loading branch information
jenshnielsen committed Jun 8, 2021
2 parents 23224fa + c076059 commit 601fca2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ https://plottr.readthedocs.io (work in progress...)

Plottr is installable from pypi with `pip install plottr`

To install with either PyQt5 or Pyside2 backend you can do
``pip install plottr[PyQt5]`` or ``pip install plottr[Pyside2]`` Note that if
you have installed ``pyqt`` from ``(Ana)Conda`` you should not use any of these
targets but do ``pip install plottr``
Plottr requires either the PyQt5 or Pyside2 gui framework.
To install with PyQt5 or Pyside2 backend you can do
``pip install plottr[PyQt5]`` or ``pip install plottr[Pyside2]``

Note that if you have installed ``pyqt`` from ``(Ana)Conda`` you should not use any of these
targets but do ``pip install plottr`` or install Plottr from conda forge:

```
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install plottr
```

To install from source: clone the repo, and install using `pip install -e .`

Expand Down

0 comments on commit 601fca2

Please sign in to comment.