25
Bagaimana cara memeriksa versi modul python?
Saya baru saja menginstal modul python: constructdan statlibdengan setuptoolsseperti ini: # Install setuptools to be able to download the following sudo apt-get install python-setuptools # Install statlib for lightweight statistical tools sudo easy_install statlib # Install construct for packing/unpacking binary data sudo easy_install construct Saya ingin dapat (secara terprogram) memeriksa …
687
python