Skip to content

Commit e1154d3

Browse files
author
dbuscombe-usgs
committed
v4-july2020
1 parent d92c03e commit e1154d3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ Buscombe, D. (2013) Transferable Wavelet Method for Grain-Size Distribution from
99

1010

1111
## Install:
12-
install the provided conda environment
12+
13+
download the code and change directory
14+
15+
```
16+
git clone https://github.com/dbuscombe-usgs/pyDGS.git
17+
cd pyDGS
18+
```
19+
20+
install the provided conda environment
1321

1422
```
1523
conda env create -f conda_env/pydgs.yml
@@ -21,6 +29,9 @@ Run tests:
2129
python test.py
2230
```
2331

32+
Adapt `test.py` to your own needs, to analyze your own imagery
33+
34+
2435
### REQUIRED INPUTS:
2536

2637
image name e.g. `'/home/sed_images/my_image.png'`
@@ -71,3 +82,4 @@ For more information visit <https://github.com/dbuscombe-usgs/pyDGS>
7182
* more test data
7283
* improved image filtering, which now occurs as standard
7384
* improved test script to provide example usage
85+
* simpler to install. no code compilation, no pip support, no `setup.py` script

0 commit comments

Comments
 (0)