我知道这是一种简单的方法,但我既没有在这里也没有在谷歌上找到它.所以我很好奇是否有办法使用pip安装多个软件包.就像是:
pip install progra1 , progra2 ,progra3 ,progra4 .
Run Code Online (Sandbox Code Playgroud)
要么:
pip install (command to read some txt containing the name of the modules)
Run Code Online (Sandbox Code Playgroud)