comparison: eric7/PipInterface/Pip.py
eric7/PipInterface/Pip.py
- branch
- eric7
- changeset 9101
- 1c708303e85a
- parent 9056
- af7c8c7b7c62
- child 9121
- 6ac528d4f318
equal
deleted
inserted
replaced
1002 "-c", |
1002 "-c", |
1003 content, |
1003 content, |
1004 "--from", |
1004 "--from", |
1005 "mixed", |
1005 "mixed", |
1006 "--with-system", |
1006 "--with-system", |
|
1007 "--with-authors", |
|
1008 "--with-urls", |
|
1009 "--with-description", |
1007 ] |
1010 ] |
1008 if localPackages: |
1011 if localPackages: |
1009 args.append("--local-only") |
1012 args.append("--local-only") |
1010 if usersite: |
1013 if usersite: |
1011 args.append("--user-only") |
1014 args.append("--user-only") |