We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26213e8 + 67f2d27 commit 7d2814bCopy full SHA for 7d2814b
1 file changed
README.md
@@ -11,17 +11,23 @@ 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
+```bash
15
+pip install -r requirements.txt
16
+```
17
18
After that, run:
19
-# make
20
+
21
22
+make
23
24
25
If everything has installed fine, you should get a message that everything went OK.
26
27
You can now start the server with:
28
-# python openbazaard.py start
-
29
30
+python openbazaard.py start
31
32
33
0 commit comments