Skip to content

Commit bd6c6f0

Browse files
authored
Update README.md
1 parent 3c24e9e commit bd6c6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webserver_example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
This is a sample webserver, written in Python using the Flask framework. It accepts incoming POST requests, and writes the data contained in the form to a file. It uses Basic HTTP authentication.
1+
This is a sample webserver, written in Python using the Flask framework. It can be used in conjunction with the [HTTP POST Data Handler](https://github.com/immersivecognition/unity-experiment-framework/wiki/HTTP-POST-setup). It accepts incoming POST requests, and writes the data contained in the form to a file. It uses Basic HTTP authentication.
22

33
To use it, you need some packages:
44

55
```
66
pip install Flask Flask-HTTPAuth Flask-CORS
7-
```
7+
```

0 commit comments

Comments
 (0)