Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both miniconda or anaconda should work or provide?

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: geostats
channels:
- conda
- defaults
dependencies:
- python=3.7
- pip
- numpy
- numba
- statsmodels
- jupyter
- matplotlib
- pip:
- geostatspy