How to Setup Python Env
Under project directory, type in terminal
1 | python3 -m venv env |
The first command creates a environment called env under project foler.
The second command tells the system that I wantto use the env I just created.
The third command install the package under the env folder.
赞赏一下
支付宝打赏
微信打赏