update readme
This commit is contained in:
parent
1badc5f38c
commit
9c863c02d4
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -28,7 +28,20 @@ scribe --db_dir /your/db/path --daemon_url rpcuser:rpcpass@localhost:9245
|
|||
|
||||
## Running from source
|
||||
|
||||
Installing from source is also relatively painless. Full instructions are in [INSTALL.md](INSTALL.md)
|
||||
1. clone the scribe scribe
|
||||
```
|
||||
git clone https://github.com/lbryio/scribe.git
|
||||
cd scribe
|
||||
```
|
||||
2. make a virtual env
|
||||
```
|
||||
python3.9 -m venv scribe-venv
|
||||
```
|
||||
3. from the virtual env, install scribe
|
||||
```
|
||||
source scribe-venv/bin/activate
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue