1
我與IBM合作bluemix首次,並有以下問題::如何安裝/進口的依賴,並執行一個Python文件中Bluemix
1)當我們在Python GUI編寫Python程序我們本地桌面,我們總是通過pip安裝所需的庫,並將它們導入到我們的代碼中。但是在Bluemix中如何做到這一點?
import-from-python-library-on-bluemix與我的查詢類似,但是我無法理解該過程。
2)如何在Bluemix上執行.py文件?
這是一個例子 - https://github.com/IBM-Bluemix/get-started-python – opiethehokie