From 8fc16bec00160879702fd9264af9fd5c0317a15c Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Tue, 3 Jan 2023 18:40:31 +0100 Subject: [PATCH] test pulsar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b87fe1..89e9447 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This project does depend on python packages. _Optional (for python 2.*)_ ### Wikstraktor Server -If you want wikstraktor as a server, you need to install [flask](https://flask.palletsprojects.com/en/2.0.x/installation/) and [flask-cors](https://flask-cors.readthedocs.io/en/latest/), and best practice is to do so in a [virtual environment](https://docs.python.org/3/library/venv.html#module-venv). +If you want wikstraktor as a server, you need to install [flask](https://flask.palletsprojects.com/en/2.0.x/installation/) and [flask-cors](https://flask-cors.readthedocs.io/en/latest/) — to allow other domains to query —, and best practice is to do so in a [virtual environment](https://docs.python.org/3/library/venv.html#module-venv). The following commands are extracted from the aforementionned documentation, it is probably more secure to click on the link and follow the modules documentation : ```bash -- GitLab