Changeset 4740 for trunk


Ignore:
Timestamp:
Jan 7, 2021 5:22:35 PM (2 years ago)
Author:
toby
Message:

more install work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r4732 r4740  
    3131import glob
    3232import subprocess
    33 import numpy as np
     33try:
     34    import numpy as np
     35except ImportError:
     36    print("skipping numpy in GSASIIpath")
    3437g2home = 'https://subversion.xray.aps.anl.gov/pyGSAS'
    3538'Define the location of the GSAS-II subversion repository'
Note: See TracChangeset for help on using the changeset viewer.