mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
README: install "full" extra
This commit is contained in:
parent
377825a458
commit
facf833bac
1 changed files with 4 additions and 2 deletions
|
@ -41,10 +41,12 @@ directory. To run Electrum from its root directory, just do::
|
|||
You can also install Electrum on your system, by running this command::
|
||||
|
||||
sudo apt-get install python3-setuptools
|
||||
python3 setup.py install
|
||||
pip3 install .[full]
|
||||
|
||||
This will download and install the Python dependencies used by
|
||||
Electrum, instead of using the 'packages' directory.
|
||||
The 'full' extra contains some optional dependencies that we think
|
||||
are often useful but they are not strictly needed.
|
||||
|
||||
If you cloned the git repository, you need to compile extra files
|
||||
before you can run Electrum. Read the next section, "Development
|
||||
|
@ -62,7 +64,7 @@ Check out the code from Github::
|
|||
|
||||
Run install (this should install dependencies)::
|
||||
|
||||
python3 setup.py install
|
||||
pip3 install .[full]
|
||||
|
||||
Compile the icons file for Qt::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue