diff options
author | LLTommy | 2020-04-26 11:34:53 +0200 |
---|---|---|
committer | GitHub | 2020-04-26 11:34:53 +0200 |
commit | 819fca0c6619e7335b6da151ff786d8939535970 (patch) | |
tree | 934a959ab405aa464e9e219c9952f2ebeb2d1b59 /README.md | |
parent | ebd9226e5a561840f6665a76ca50d63274d9d3e5 (diff) | |
parent | 8eaa119feef3660a84cf1bccdf3be70fd968e297 (diff) | |
download | bh20-seq-resource-819fca0c6619e7335b6da151ff786d8939535970.tar.gz bh20-seq-resource-819fca0c6619e7335b6da151ff786d8939535970.tar.lz bh20-seq-resource-819fca0c6619e7335b6da151ff786d8939535970.zip |
Merge pull request #39 from BonfaceKilz/feature/display-results-of-api-consumption
Feature/display results of api consumption
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ To run it locally: ``` virtualenv --python python3 venv . venv/bin/activate -pip install -e .[web] +pip install -e ".[web]" env FLASK_APP=bh20simplewebuploader/main.py flask run ``` |