Skip to content
Snippets Groups Projects
Commit 8c9bccc5 authored by 488_MP-4's avatar 488_MP-4
Browse files

more comments

parent 442f1b64
No related branches found
No related tags found
4 merge requests!104adding cflib to this branch,!103Updating develop to current state of master branch,!95Cflib groundstation,!94Merge cflib adapter into main
Showing
with 0 additions and 8 deletions
#!/home/bitcraze/MicroCART/cflib_groundstation/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment