holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

Earthsim install directions need to be updated #311

Closed kcpevey closed 3 years ago

kcpevey commented 5 years ago

The instructions on the 'Getting Started' page are still using the old dependencies.txt which doesn't exist any more. I've been using this:

doit env_create -c pyviz/label/earthsim -c pyviz/label/dev -c bokeh -c erdc -c conda-forge -c aquaveo --name=esw0603 --python=3.6

doit develop_install -c pyviz/label/earthsim -c pyviz/label/dev -c bokeh -c erdc -c conda-forge -c aquaveo -o tests

which I copied from appveyor.yml, but I'm not sure if that's the recommended approach.

kcpevey commented 3 years ago

install instructions have been updated.