From 66050f474f53900adf0053af7c9c4bcf8fa075be Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Fri, 22 Nov 2013 01:17:06 +0000 Subject: [PATCH] Changed to generic bitbucket git repo. --- SimPEG/GCEtools/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/GCEtools/startup.sh b/SimPEG/GCEtools/startup.sh index a4055ea0..899f4b26 100644 --- a/SimPEG/GCEtools/startup.sh +++ b/SimPEG/GCEtools/startup.sh @@ -13,7 +13,7 @@ sudo pip install scipy --upgrade sudo pip install numpy --upgrade sudo pip install ipython --upgrade -git clone https://dwfmarchant@bitbucket.org/rcockett/simpeg.git +git clone https://bitbucket.org/rcockett/simpeg.git cd simpeg/SimPEG/ python setup.py cd ~