4 Respostas
+ 3
To use a package in python you can install it first.
With the newer versions of python 2.7 or 3.x you should have the pip package. This module allow you to install any package from pypi with a single line in the console.
You can type the following and the files will be install in your python directory automatically.
->> pip install rarfile
+ 1
absolutely search python pip on google
0
Is this command works for Windows???
0
yh I'm pretty sure it does work for Windows