From a7ec0ba6116fff4183c9d0ac25c34bb84de3d323 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@usgs.gov>
Date: Tue, 1 May 2018 14:05:38 -0700
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index a17ecc4..1509d1a 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,15 @@ provided by the NASA Navigation and Ancillary Information (NAIF) SPICE system.
 We provide a seperate
 [CSM-SpiceISD](https://github.com/USGS-Astrogeology/CSM-SpiceISD) library to interface with the NAIF Spice
 functionality and provide a standard ISD file.  
+
+## Installation
+
+For Linux and MacOS we have prebuilt packages.  To install:
+
+- `conda install -c usgs-astrogeology usgscam`
+
+If you would like to use the conda environment feature:
+
+- `conda create -n usgscam python=3`
+- `source activate usgscam`
+- `conda install -c usgs-astrogeology usgscam`
-- 
GitLab