From 37303d6a09640bd1ec44bfb80a13283b17a34602 Mon Sep 17 00:00:00 2001 From: lmoss Date: Mon, 8 Jun 2020 22:55:44 +0300 Subject: [PATCH 1/3] added environment.yml for conda install --- environment.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..f68c776 --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: geostats +channels: + - conda + - defaults +dependencies: + - python=3.7 + - pip + - numpy + - numba + - statsmodels + - jupyter + - nb_conda_kernels + - pip: + - geostatspy \ No newline at end of file From 6dddbcb87e54721701f3b52a86eef7a1e0ca7b9d Mon Sep 17 00:00:00 2001 From: lmoss Date: Mon, 8 Jun 2020 23:08:00 +0300 Subject: [PATCH 2/3] added environment.yml for conda install --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index f68c776..b6bb609 100644 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,6 @@ dependencies: - numba - statsmodels - jupyter - - nb_conda_kernels + - matplotlib - pip: - - geostatspy \ No newline at end of file + - geostatspy From b0e54815fe4b926921bee0fa631295f0b79f2e52 Mon Sep 17 00:00:00 2001 From: lmoss Date: Mon, 8 Jun 2020 23:17:55 +0300 Subject: [PATCH 3/3] added matplotlib and a small readme addition --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f0aabf0..44c9e49 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,15 @@ You will need to copy these data files to your working directory. They are avai * [sample_data_biased.csv](https://github.com/GeostatsGuy/GeostatsPy_Intro_Course/blob/master/DataSets/sample_data_biased.csv) +##### Installation via Conda Environments + +1. Install [Anaconda 3](https://www.anaconda.com/products/individual) +2. In the terminal type: ```conda env create -f environment.yml ``` +3. Switch to the ```geostats``` conda environment via the commandline: ```conda activate geostats``` +4. Run ```jupyter notebook``` from your commandline: ```jupyter notebook``` + +Enjoy the included notebooks! + #### The Instructor: ### Michael Pyrcz, Associate Professor, University of Texas at Austin