Vedaang/malware-code-base / venv /Scripts /pip3.6-script.py
Vedaang's picture
download
raw
453 Bytes
#!"G:\Development\Projects\Python Projects\Malware_Zip_Analysis\venv\Scripts\python.exe"
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==10.0.1','console_scripts','pip3.6'
__requires__ = 'pip==10.0.1'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==10.0.1', 'console_scripts', 'pip3.6')()
)

Xet Storage Details

Size:
453 Bytes
·
Xet hash:
ff7f0fb720255980f82f263cedb6dfbaba957fe6394948f94b0064743d6b9276

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.