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

IMP: install instructions use direct URL for env file #586

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

lizgehret
Copy link
Member

URLs can now be used in the -f param of conda env create. Replacing a local file download with a direct raw GH link should reduce the amount of install errors users run into by:

  • removing the need to use wget
  • removing the possibility that users download differing files with the same name (i.e. if a release env gets patched, the file name remains the same) and then aren't using the correct file for install

This adjustment reduces the number of steps required for install and creates a more concise process.

@colinvwood
Copy link

Looks good and the installation worked for me.

@colinvwood colinvwood merged commit 489ccf9 into master Jun 26, 2024
3 checks passed
@lizgehret
Copy link
Member Author

lizgehret commented Jun 26, 2024

For the changelog (cc @cherman2):

@lizgehret updated the installation instructions to now use a direct URL for the environment file. This removes the need to install wget or download the file to your local machine!

@lizgehret lizgehret assigned cherman2 and unassigned colinvwood Jun 26, 2024
@cherman2 cherman2 removed their assignment Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants