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

Commit

Permalink
Merge pull request #33 from melpomene/cleanupreadme
Browse files Browse the repository at this point in the history
Improved markup in README.md
  • Loading branch information
cpacia committed Sep 28, 2015
2 parents 26213e8 + 67f2d27 commit 7d2814b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ You will need Python and pip installed on your system.

To install all python requirements, run:

# pip install -r requirements.txt
```bash
pip install -r requirements.txt
```

After that, run:

# make

```bash
make
```

If everything has installed fine, you should get a message that everything went OK.

You can now start the server with:

# python openbazaard.py start

```bash
python openbazaard.py start
```


0 comments on commit 7d2814b

Please sign in to comment.