try again! figure out where to put things...

This commit is contained in:
rowanc1
2014-02-27 13:50:18 -08:00
parent 4b7323b8f5
commit 8919861e91
3 changed files with 11 additions and 7 deletions
+5 -5
View File
@@ -5,8 +5,8 @@ except ImportError, e:
os.system('git clone https://github.com/simpeg/simpeg.git')
os.system('python simpeg/setup.py install')
# os.system('mv simpeg/SimPEG temp')
# os.system('rm -rf simpeg')
# os.system('mv temp SimPEG')
# os.system('mkdir docs/examples/SimPEG')
# os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')
os.system('mv simpeg/SimPEG temp')
os.system('rm -rf simpeg')
os.system('mv temp SimPEG')
os.system('mkdir docs/examples/SimPEG')
os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')