tMerge pull request #4892 from preserveddarnell/patch-2 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e1fb75a81df87175402b4bfe851bbaf5434e0090 DIR parent dc46149f1c83fb1637e91c13cfedf502bf74c700 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 3 Dec 2018 09:44:53 +0100 Merge pull request #4892 from preserveddarnell/patch-2 Update README.rst Diffstat: M README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/README.rst b/README.rst t@@ -32,7 +32,7 @@ Qt interface, install the Qt dependencies:: sudo apt-get install python3-pyqt5 If you downloaded the official package (tar.gz), you can run -Electrum from its root directory, without installing it on your +Electrum from its root directory without installing it on your system; all the python dependencies are included in the 'packages' directory. To run Electrum from its root directory, just do:: t@@ -44,7 +44,7 @@ You can also install Electrum on your system, by running this command:: python3 -m pip install .[fast] This will download and install the Python dependencies used by -Electrum, instead of using the 'packages' directory. +Electrum instead of using the 'packages' directory. The 'fast' extra contains some optional dependencies that we think are often useful but they are not strictly needed.