Scripts and related materials for Uncertainty in Geo-science. A Workshop on Hazard Analysis Buffalo March 15-18 2016
- Download the repository as a zip file from here: UQ_workshop
- Log in to your account at VHUB and open a new workspace
- Upload the zip file in your space at VHUB
- Unzip the file by running:
unzip UQ_workshop-master.zip -d . - Go to the directory by running:
cd UQ_workshop-master/ - The next step is to install numpy library. First extract the source code folder by running:
tar -xvf numpy-1.10.4.tar.gz - Then got to the extracted folder by typing the following in the terminal:
cd numpy-1.10.4/ - To install numpy you need to run the following command:
python setup.py install --user - Now go back to the main directory:
cd .. - Now you need to add the new installed library into your python path by:
setenv PYTHONPATH $PWD:$PYTHONPATH - Now you should be able to run the scripts as described in their instructions inside the python or ipython