Skip to content

DOC: add conda build instructions#706

Merged
TomAugspurger merged 1 commit intodask:masterfrom
raybellwaves:doc-contributing
Jul 24, 2020
Merged

DOC: add conda build instructions#706
TomAugspurger merged 1 commit intodask:masterfrom
raybellwaves:doc-contributing

Conversation

@raybellwaves
Copy link
Copy Markdown
Member

@raybellwaves raybellwaves commented Jul 23, 2020

Closes #704

Here is what the docs build looks like:

Screenshot from 2020-07-22 21-27-53

@@ -0,0 +1 @@
environment-3.8.yaml No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work for you? I didn't think you could refer to other files from within an environment.yaml file.

@raybellwaves
Copy link
Copy Markdown
Member Author

It does. It's a symbolic link. @jcrist suggested this approach to me here dask/dask#6399 (comment)

Welcome to try it:

$ git clone https://github.com/raybellwaves/dask-ml.git
$ cd dask-ml
$ git checkout doc-contributing
$ # conda remove --name dask-ml-dev --all
$ conda env create -f ci/environment-latest.yaml --name=dask-ml-dev
$ conda activate dask-ml-dev
$ conda list

@TomAugspurger
Copy link
Copy Markdown
Member

Thanks, I think I was confused by the diff, thinking that was the contents of the file.

@TomAugspurger TomAugspurger merged commit 389084a into dask:master Jul 24, 2020
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

Successfully merging this pull request may close these issues.

update contributing guideline to match dask

2 participants