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

Commit e7edf35

Browse files
committed
2 parents ed481d2 + c43cbc7 commit e7edf35

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,25 @@
33
This contains most of the backend networking for openbazaar. Going forward, the relevant parts of the current OpenBazaar repo will likely be merged into this.
44

55
If you are looking to contribute to the OpenBazaar backend. This is the repo you want to work on.
6+
7+
8+
Installation notes:
9+
---------------------
10+
You will need Python and pip installed on your system.
11+
12+
To install all python requirements, run:
13+
14+
# pip install -r requirements.txt
15+
16+
After that, run:
17+
18+
# make
19+
20+
If everything has installed fine, you should get a message that everything went OK.
21+
22+
You can now start the server with:
23+
24+
# python openbazaard.py start
25+
26+
27+

0 commit comments

Comments
 (0)