Skip to content
Snippets Groups Projects
Commit 6faf05e3 authored by Enzo Simonnet's avatar Enzo Simonnet
Browse files

Merge branch 'main' of https://gitlab.liris.cnrs.fr/lex-game/wikstraktor into main

parents 01d2dc71 c29ed1e8
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ This project does depend on python packages. ...@@ -17,7 +17,8 @@ This project does depend on python packages.
(maybe to be replaced by an automation of some sort) (maybe to be replaced by an automation of some sort)
* [```pip install pywikibot```](https://pypi.org/project/pywikibot/) * [```pip install pywikibot```](https://pypi.org/project/pywikibot/)
* [```pip install wikitextparser```](https://pypi.org/project/wikitextparser/) * [```pip install wikitextparser```](https://pypi.org/project/wikitextparser/)
* [```pip install importlib```](https://pypi.org/project/importlib/) Optional (for python 2.*) * [```pip install importlib```](https://pypi.org/project/importlib/)
_Optional (for python 2.*)_
### Wikstraktor Server ### 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/), and best practice is to do so in a [virtual environment](https://docs.python.org/3/library/venv.html#module-venv).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment