Browse Source

Merge pull request #2348 from rbaumert/patch-1

removed meaningless words, made sentences more concise
2.9.x
ThomasV 8 years ago
committed by GitHub
parent
commit
da5fd7a424
  1. 10
      README.rst

10
README.rst

@ -20,12 +20,12 @@ Electrum - Lightweight Bitcoin client
Getting started Getting started
=============== ===============
Electrum is a pure python application. However, if you want to use the Electrum is a pure python application. If you want to use the
Qt interface, then you need to install the Qt dependencies:: Qt interface, install the Qt dependencies::
sudo apt-get install python-qt4 sudo apt-get install python-qt4
If you downloaded the official package (tar.gz), then you can run 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' system; all the python dependencies are included in the 'packages'
directory. To run Electrum from its root directory, just do:: directory. To run Electrum from its root directory, just do::
@ -39,7 +39,7 @@ You can also install Electrum on your system, by running this command::
This will download and install the Python dependencies used by This will download and install the Python dependencies used by
Electrum, instead of using the 'packages' directory. Electrum, instead of using the 'packages' directory.
If you cloned the git repository, then you need to compile extra files If you cloned the git repository, you need to compile extra files
before you can run Electrum. Read the next section, "Development before you can run Electrum. Read the next section, "Development
Version". Version".
@ -79,7 +79,7 @@ Creating Binaries
================= =================
In order to create binaries, you must create the 'packages' directory:: To create binaries, create the 'packages' directory::
./contrib/make_packages ./contrib/make_packages

Loading…
Cancel
Save