Skip to content

Commit

Permalink
update readme + add .png
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoughton committed Dec 6, 2019
1 parent c1067e7 commit a6ab9f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -25,19 +25,21 @@ See requirements.txt for a full list of dependencies.

## Conda

The recommended installation method is to use conda, which handles packages and virtual environments, along with the conda-forge channel which has a host of pre-built libraries and packages.
The recommended installation method is to use conda, which handles packages and virtual
environments, along with the conda-forge channel which has a host of pre-built libraries
and packages.

Create a conda environment called ``itmlogic``:

conda create --name itmlogic python=3.7
conda create --name itmlogic python=3.7 gdal

Activate it (run this each time you switch projects):

conda activate itmlogic

First, install optional packages:

conda install numpy fiona shapely rtree rasterio pyproj tqdm
conda install numpy fiona shapely rtree rasterio pyproj tqdm pytest

Then install itmlogic:

Expand All @@ -47,13 +49,9 @@ Alternatively, for development purposes, clone this repository and run:

python setup.py develop

Install test/dev requirements:

conda install pytest pytest-cov

Run the tests:

pytest --cov-report=term --cov=itmlogic tests/
pytest


## Background
Expand Down
Binary file added terrain_profile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6ab9f6

Please sign in to comment.