Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions how to contribute to documentation #103

Open
jbusecke opened this issue Nov 19, 2021 · 0 comments
Open

Instructions how to contribute to documentation #103

jbusecke opened this issue Nov 19, 2021 · 0 comments

Comments

@jbusecke
Copy link
Contributor

I was just trying to make some changes to the docs tutorial for #93, and found it quite hard to get the right dependencies.

This is what I had to do to

conda create --name rechunker_docs python
conda activate rechunker_docs
# this step took quite long for me to execute
pip install -e .[docs] 
# pip install -e .\[docs\] #for zsh shell
# additional install needed for the notebook to run properly
conda install ipykernel pooch netcdf4 zarr dask distributed

I am sure this is not the most elegant way to set this up. I think it would really help other folks to have a little guide on this. I am happy to write that up, if someone could check and see if there isnt a better way to set this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant