Skip to content

Commit

Permalink
Merge branch 'bpurinton:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton authored Aug 16, 2021
2 parents 267e827 + 8ad99c6 commit fd29606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 92 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ PebbleCounts has a number of important dependencies including [gdal](https://www
### For Windows
Once you've got `conda` commands installed, you can open a command-line terminal and create a conda environment with:
```
conda create --name pebblecounts python=3.6 opencv shapely \
scikit-image scikit-learn numpy gdal scipy matplotlib tk
```
Or just use the `.yml` file provided with:
```
conda env create -f environment.yml
conda create --name pebblecounts python=3.6 opencv shapely scikit-image scikit-learn numpy gdal scipy matplotlib tk
```
and once installation is complete (and assuming no errors during the install) activate the new environment to run PebbleCounts by:
```
Expand All @@ -59,8 +54,7 @@ Those using Mac OS or Linux shouldn't have much trouble modifying the above comm

Similar to the above, once you have `conda` installed we create the virtual environment:
```
conda create --name pebblecounts python=3.6 shapely \
scikit-image scikit-learn numpy gdal scipy matplotlib tk
conda create --name pebblecounts python=3.6 shapely scikit-image scikit-learn numpy gdal scipy matplotlib tk
```
and once installation is complete (and assuming no errors during the install) activate the new environment by:
```
Expand Down
84 changes: 0 additions & 84 deletions environment.yml

This file was deleted.

0 comments on commit fd29606

Please sign in to comment.