Doc update

This commit is contained in:
Luke Campagnola 2014-03-29 21:47:14 -04:00
parent 20054c1807
commit 9c2a66ec86

View File

@ -94,7 +94,7 @@ The basic approach is to clone the repository into the appropriate location in y
To embed a specific version of pyqtgraph, we would clone the pyqtgraph-core repository inside the project::
my_project$ git clone github.com/pyqtgraph/pyqtgraph-core.git
my_project$ git clone https://github.com/pyqtgraph/pyqtgraph-core.git
Then adjust the import statements accordingly::