Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
f581c11ab2
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -1,8 +1,7 @@
 
 
 # pygraphviz
 # pygraphviz
 
 
-
-'''
+```
 pip install pygraphviz
 pip install pygraphviz
 
 
 
 
@@ -29,6 +28,6 @@ G.add_nodes_from([[origin_1, target_1],
 
 
 G.layout()
 G.layout()
 G.draw(file_name, prog="neato")
 G.draw(file_name, prog="neato")
-'''
+```
 
 
 ![](https://pic2.zhimg.com/80/v2-16cb830982e85989b8b8a53ba8e7e7e9_720w.webp)
 ![](https://pic2.zhimg.com/80/v2-16cb830982e85989b8b8a53ba8e7e7e9_720w.webp)