Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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.
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
Expand Down