add pip/git install method to README

This commit is contained in:
Luke Campagnola 2018-07-10 16:14:59 -07:00 committed by GitHub
parent ada79bffde
commit a240766607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -34,13 +34,14 @@ Support
Installation Methods
--------------------
* From pypi:
`pip install pyqtgraph`
* To use with a specific project, simply copy the pyqtgraph subdirectory
anywhere that is importable from your project.
* To install system-wide from source distribution:
`$ python setup.py install`
* For installation packages, see the website (pyqtgraph.org)
* From pypi:
- Last released version: `pip install pyqtgraph`
- Latest development version: `pip install git+https://github.com/pyqtgraph/pyqtgraph`
* To install system-wide from source distribution: `python setup.py install`
* Many linux package repositories have release versions.
* To use with a specific project, simply copy the pyqtgraph subdirectory
anywhere that is importable from your project.
* For installation packages, see the website (pyqtgraph.org)
Documentation
-------------