Update INSTALL.md

This commit is contained in:
Alex Grin 2018-03-21 08:25:24 -04:00 committed by GitHub
parent 539881b5ad
commit 0cbe11b263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,4 +101,6 @@ Then run:
pip install --editable .
```
This will update `lbrynet-daemon` and other executables.
This will install `lbrynet-daemon` in such a way that the changes you make to the code will be used as soon as you restart the daemon.
Happy hacking!