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

View File

@ -34,13 +34,14 @@ Support
Installation Methods Installation Methods
-------------------- --------------------
* From pypi: * From pypi:
`pip install pyqtgraph` - Last released version: `pip install pyqtgraph`
* To use with a specific project, simply copy the pyqtgraph subdirectory - 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. anywhere that is importable from your project.
* To install system-wide from source distribution: * For installation packages, see the website (pyqtgraph.org)
`$ python setup.py install`
* For installation packages, see the website (pyqtgraph.org)
Documentation Documentation
------------- -------------