Skip to content
Snippets Groups Projects
Commit c29ed1e8 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

update readme

parent 8fc9cfc9
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 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 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