|
2 | 2 | mode con cols=140 lines=70 |
3 | 3 |
|
4 | 4 |
|
5 | | -C:\Python27\scripts\pip install wheel twine |
6 | | -C:\Python33\scripts\pip install wheel twine |
7 | | -C:\Python34\scripts\pip install wheel twine |
8 | | -C:\Python35\scripts\pip install wheel twine |
9 | | -C:\Python36-32\scripts\pip install wheel twine |
10 | | -C:\Python37-32\scripts\pip install wheel twine |
| 5 | +C:\Python27\scripts\pip install wheel twine --upgrade |
| 6 | +C:\Python33\scripts\pip install wheel twine --upgrade |
| 7 | +C:\Python34\scripts\pip install wheel twine --upgrade |
| 8 | +C:\Python35\scripts\pip install wheel twine --upgrade |
| 9 | +C:\Python36-32\scripts\pip install wheel twine --upgrade |
| 10 | +C:\Python37-32\scripts\pip install wheel twine --upgrade |
11 | 11 |
|
12 | | -C:\Python27-64\scripts\pip install wheel twine |
13 | | -C:\Python34-64\scripts\pip install wheel twine |
14 | | -C:\Python35-64\scripts\pip install wheel twine |
15 | | -C:\Python36-64\scripts\pip install wheel twine |
16 | | -C:\Python37-64\scripts\pip install wheel twine |
| 12 | +C:\Python27-64\scripts\pip install wheel twine --upgrade |
| 13 | +C:\Python34-64\scripts\pip install wheel twine --upgrade |
| 14 | +C:\Python35-64\scripts\pip install wheel twine --upgrade |
| 15 | +C:\Python36-64\scripts\pip install wheel twine --upgrade |
| 16 | +C:\Python37-64\scripts\pip install wheel twine --upgrade |
17 | 17 |
|
18 | 18 | C:\Python27\python setup.py sdist bdist_wheel |
19 | 19 | C:\Python33\python setup.py sdist bdist_wheel |
|
0 commit comments