Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Not perfect, close enough.  cc: @erikap
  • Loading branch information
madnificent committed Oct 3, 2023
1 parent 934328e commit 3a3a979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ curl localhost:8080/hello

### Dependencies

If your service needs external libraries other than the ones already provided by the template (Flask, SPARQLWrapper and rdflib), you can specify those in a [`requirements.txt`](https://pip.pypa.io/en/stable/reference/requirements-file-format/)-file. The template will take care of installing them when you build your Docker image.
If your service needs external libraries other than the ones already provided by the template (Flask, SPARQLWrapper and rdflib), you can specify those in a [`requirements.txt`](https://pip.pypa.io/en/stable/reference/requirements-file-format/)-file. The template will take care of installing them when you build your Docker image and when you boot the template in development mode for the first time.

### Development mode

Expand Down

0 comments on commit 3a3a979

Please sign in to comment.