Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantailing committed Sep 14, 2019
1 parent d025144 commit c7f4b0e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# two-layer-qrcode

Live demo: [https://yuantailing.github.io/two-layer-qrcode/](https://yuantailing.github.io/two-layer-qrcode/)

Note that the demo is deployed on [AWS Lambda](https://aws.amazon.com/lambda/), thus it's slower than the reported result in the paper.

## Usage

```sh
Expand All @@ -8,3 +12,19 @@ $ make -C qrmerge # please be patient to wait
$ # put a logo to qrmerge/logo.png as the default logo
$ FLASK_APP=app.py python3 -m flask run --with-threads
```

## System requirements

OS:

- Windows / Linux / macOS

Software:

- Python 3
- MinGW / g++

Memory:

- Compile: (don't know)
- Run: 256 MB

0 comments on commit c7f4b0e

Please sign in to comment.