Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Nov 21, 2024
1 parent 5e66d6b commit 60f4148
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ brew install tcl-tk
sudo apt-get install python3-tk
```

# User Guide
| Lang | Link |
| ------------- | ------------- |
| English | [Link](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/User_Guide%5BEN%5D.md) |
| 日本語 | [Link](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/Japanese/User_Guide%5BJP%5D.md) |

# How to create the exe file for Windows using pyinstaller
```bash
pyinstaller.exe [file path]/network_sketcher.py --onefile --collect-data tkinterdnd2 --noconsole --additional-hooks-dir [file path] --clean
```

# SAMPLE
## Input ppt file (rough sketch)
![image](https://github.com/cisco-open/network-sketcher/assets/13013736/87e792ec-f0d6-47f9-96ad-1dfda4de5228)
Expand Down Expand Up @@ -103,18 +114,6 @@ sudo apt-get install python3-tk
[MASTER.Sample.figure5.xlsx](https://github.com/cisco-open/network-sketcher/files/12298821/MASTER.Sample.figure5.xlsx)


# User Guide
| Lang | Link |
| ------------- | ------------- |
| English | [Link](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/User_Guide%5BEN%5D.md) |
| 日本語 | [Link](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/Japanese/User_Guide%5BJP%5D.md) |

# Note
* How to make the exe file for Windows using pyinstaller
```bash
pyinstaller.exe [file path]/network_sketcher.py --onefile --collect-data tkinterdnd2 --noconsole --additional-hooks-dir [file path] --clean
```

# Author

* Yusuke Ogawa
Expand Down

0 comments on commit 60f4148

Please sign in to comment.