Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit c760c6e

Browse files
committed
Merge pull request #304 from moldcraft/patch-1
minor install instructions improvement
2 parents 4ed17c0 + a25ad36 commit c760c6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ a Kademlia style DHT. Rest and websocket APIs are available for clients to commu
88

99
Pre-built installers which bundle the client and server components can be found [here](https://github.com/OpenBazaar/OpenBazaar-Installer/releases).
1010

11+
Depending on your system configuration you may need to install some additional dependencies. You can find more detailed, OS specific, instructions [here](https://slack-files.com/T02FPGBKB-F0KJU1CLX-cbbcf8a02c).
12+
1113
To install just this server:
14+
1215
```bash
13-
pip install -r requirements.txt
16+
sudo pip install -r requirements.txt
1417
```
1518

16-
Depending on your system configuration you may need to install some additional dependencies. You can find more detailed, OS specific, instructions [here](https://slack-files.com/T02FPGBKB-F0KJU1CLX-cbbcf8a02c).
17-
1819
## Usage
1920

2021
```bash

0 commit comments

Comments
 (0)