From 3501c0ab1d229b3e878eb5b1dcafdfc2f147e5f0 Mon Sep 17 00:00:00 2001 From: GPZ-Bioinfo <40977094+GPZ-Bioinfo@users.noreply.github.com> Date: Tue, 21 Aug 2018 19:11:48 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87f954d..4d08c71 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ python setup.py install ``` If you encounter any error like `Import error: tkinter`, you need to run `sudo apt install python-tk` or `sudo apt install python3-tk`. +***Note***: We suggest using `NetworkX 1.11` for network analysis and plotting, otherwise using a newer version will return an inconsisent generator with the error `AttributeError: 'generator' object has no attribute 'values'`. + # *tmap* Documentation * [Basic Usage of tmap](https://tmap.readthedocs.io/en/latest/basic.html)