add pip/git install method to README
This commit is contained in:
parent
ada79bffde
commit
a240766607
13
README.md
13
README.md
@ -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
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
Reference in New Issue
Block a user