You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,25 @@
3
3
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.
4
4
5
5
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.
0 commit comments