Changeset 2345 for install/g2pkg/src/bootstrap.py
- Timestamp:
- Jun 26, 2016 6:27:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2pkg/src/bootstrap.py
r2315 r2345 6 6 home = 'https://subversion.xray.aps.anl.gov/pyGSAS/' 7 7 print 70*'*' 8 print 'Preload matplotlib to build fonts...' 9 try: 10 import matplotlib 11 except: 12 pass 8 13 print 'Checking python packages...', 9 14 missing = []
Note: See TracChangeset
for help on using the changeset viewer.