-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1906e6
commit 08522d6
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,21 @@ pip install git+https://github.com/chengpeter88/[email protected] | |
|
||
要解除安裝套件,請使用: | ||
``` | ||
pip uninstall clas_onet | ||
pip uninstall class_onet | ||
``` | ||
------ | ||
|
||
## 使用手冊:colab 裡面執行 | ||
https://colab.research.google.com/drive/1ucAH1-PfhlpswbIfmQBXFThbwX6Qm64I?hl=zh-tw#scrollTo=296WFEQKCFbz | ||
|
||
### handbook | ||
- first step: 這是google開發雲端編寫python的環境,只需要有一個google 帳號可以使用 | ||
- second step : 目前檔案雲端設定可以編輯模式,如果要存到自己電腦點 bar buttom 檔案 -> 在雲端硬碟中存取副本 | ||
- thrid step : 執行下載套件(一次性)每次執行程按左邊播放鍵-> `from class_onet import Onet` -> `url= "特定職業的網址貼近來"`(要保留 " " 引號才可以執行) | ||
- fourth step : 開始列印出excel表格需要資訊 `onet.get_info()` , `onet.work_knowledge()`, `onet.work_skill()` | ||
|
||
|
||
|
||
|
||
```python | ||
#下載自己做標竿計畫套件,只需要下載一次,如果下次無法使用以下指令,再下載一次! | ||
|