tweak text
This commit is contained in:
parent
3707a67589
commit
fdaffea5c2
@ -50,13 +50,15 @@ running::
|
|||||||
import pyqtgraph.examples
|
import pyqtgraph.examples
|
||||||
pyqtgraph.examples.run()
|
pyqtgraph.examples.run()
|
||||||
|
|
||||||
|
Or by running ``python examples/`` from the source root.
|
||||||
|
|
||||||
This will start a launcher with a list of available examples. Select an item
|
This will start a launcher with a list of available examples. Select an item
|
||||||
from the list to view its source code and double-click an item to run the
|
from the list to view its source code and double-click an item to run the
|
||||||
example.
|
example.
|
||||||
|
|
||||||
(Note If you have installed pyqtgraph with ``python setup.py develop``
|
Note If you have installed pyqtgraph with ``python setup.py develop``
|
||||||
it does the wrong thing and you then need to ``import examples`` and then
|
then the examples are incorrectly exposed as a top-level module. In this case,
|
||||||
``examples.run()``)
|
use ``import examples; examples.run()``.
|
||||||
|
|
||||||
|
|
||||||
How does it compare to...
|
How does it compare to...
|
||||||
|
Loading…
Reference in New Issue
Block a user