Skip to content

Commit

Permalink
add conda install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
seedlit authored Aug 24, 2021
1 parent 01d8aec commit 659a8f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ This repo generates DTM (Digital Terrain Model) from DSM (Digital Surface Model)
DSM was derived from [this point cloud data](https://cloud.rockrobotic.com/share/f42b5b69-c87c-4433-94f8-4bc0d8eaee90#lidar)
![example](./results/example2_dsm2dtm_hillside.png)

#### Installation (These step are for Linux. This will differ a bit for MacOS and windows)
### Installation
If you use conda --> `conda install -c seedlit dsm2dtm`
###### OR (These step are for Linux. This will differ a bit for MacOS and windows)
Step 1: Clone the repo - `git clone https://github.com/seedlit/dsm2dtm.git` <br/>
Step 2: Move in the folder - `cd dsm2dtm` <br/>
Step 3: Create a virtual environment - `python3 -m venv venv` <br/>
Expand Down

0 comments on commit 659a8f1

Please sign in to comment.