Python Flask入門與基礎筆記

準備工具:pipenv html     1.新建項目文件 python     2.安裝pipenv  # pip install pipenv      3.啓動pipenv # pipenv shell(若是當前目錄沒有虛擬環境會自動建立)     4.安裝各類包 # pipenv install flask     5. 輸出虛擬環境信息 # pipenv --venv shell 註冊網
相關文章
相關標籤/搜索