Skip to content
Snippets Groups Projects
Commit 841e8962 authored by James Vasile's avatar James Vasile
Browse files

Document dependencies

parent 408c6158
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,11 @@ serve as an example or a template for other similar efforts.
## Dependencies
* [fix-csv](fix-csv) requires [Beautiful Soup 4](https://www.crummy.com/software/BeautifulSoup/)
[fix-csv](fix-csv) requires:
* [Beautiful Soup 4](https://www.crummy.com/software/BeautifulSoup/)
* [MWClient](https://github.com/mwclient/mwclient)
* [Unidecode](https://pypi.python.org/pypi/Unidecode)
To install all of these, do `pip install bs4 mwclient unidecode`.
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