johnyf / nx2tikz

Export NetworkX graphs to TikZ directly
Other
29 stars 2 forks source link

example.py folder giving me a strange error- HELP!!! #3

Closed shellyalv closed 3 years ago

shellyalv commented 5 years ago

I just installed Instabot with Python 3 and everything has loaded correctly. I am not a developer, nor do I understand code much, but I have followed instructions to the "T," and now have an issue. I am at the last step where I want to edit the example.py folder, so I types sudo nano example.py, but this messages comes up:

The example.py is deprecated. Please use the declarative mode with YAML settings Please refer to Github README + (instabot -h) + Blog section for further information

I am not sure what this means, but there is no example file with settings to edit. Please help!!!

johnyf commented 3 years ago

This issue does not appear relevant to this repository: this repository is for the Python package nx2tikz, not for "instabot". The reported message is from some program other than nx2tikz. Also, even in that other program's contents:

I would suggest finding the repository that corresponds to the software project that the question is about, and reading the README of that repository, as noted in the reported message.

Regarding the nx2tikz package, there is an example Python script examples/example.py that can be run to create an example graph.