From a240766607f63c55de18462df7817814f01ba1b0 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Tue, 10 Jul 2018 16:14:59 -0700 Subject: [PATCH] add pip/git install method to README --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a0048103..a8742066 100644 --- a/README.md +++ b/README.md @@ -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 -------------