From 587529926283f1895ad538e8e3305914bac7eaed Mon Sep 17 00:00:00 2001 From: Live session user Date: Sat, 15 Mar 2014 18:21:07 +0000 Subject: [PATCH] add something in README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9078800..c37ead6 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ labelset.py =========== labelset.py, a programming uesd to demo label setting algorithm. +labelset.py,演示 label setting 之求最短路徑演算法程式。 -English +English ---------- Programming Language: python(http://www.python.org) With py2exe, the executable which supports Windows XP at least file can be made. -If you cannot execute it, please execute the script with . +If you cannot execute it, please execute the script with a Python interpreter. + +The script is a homework of class "Transportation Information" in a university. The script can be executed on any OS (eg. UNIX(-like), Windows, Mac OS X) with Python interpreter (Download site: http://www.python.org/getit/) @@ -29,6 +32,8 @@ Trad. Mandarin Chinese 使用py2exe產生 Windows 獨立執行檔,已知支援XP。如無法執行者,請依下段 說明安裝python直譯器執行。 +本程式原為大學運輸資訊課的作業。 + 本程式可在任何安裝 Python 直譯器(下載點 http://www.python.org/getit/)的 作業系統執行(如 UNIX(-like)、Windows、Mac OS X)。