From b4a15962ef47833ad0d3ffc1638f4ab55365ebc6 Mon Sep 17 00:00:00 2001 From: Jim Grenadier Date: Wed, 10 Jan 2018 19:25:50 -0600 Subject: [PATCH] Update README.md modified list of packages to install to run the FairDistrict UI. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9064cf7..c1b66f0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Instructions are at https://conda.io/miniconda.html With a conda installation, create an environment with some prerequisites: ``` -conda create -n mapping python=3.6 bokeh pandas=0.19 fastparquet python-snappy sqlalchemy mysql-connector-python +conda create -n mapping python=3.6 bokeh pandas fastparquet python-snappy sqlalchemy mysql-connector-python ``` Not all of our prerequisites are available from the default software channels. @@ -29,7 +29,7 @@ We get a few more things from the conda-forge and ioam organizations on anaconda.org: ``` -conda install -n mapping -c ioam -c conda-forge notebook holoviews geoviews datashader +conda install -n mapping -c ioam -c conda-forge notebook holoviews geoviews datashader parambokeh ``` Activate this environment, so that the Python environment we've created is the