qiime2 / docs

https://docs.qiime2.org
BSD 3-Clause "New" or "Revised" License
21 stars 58 forks source link

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

Closed lizgehret closed 2 months ago

lizgehret commented 2 months ago

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:

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

colinvwood commented 2 months ago

Looks good and the installation worked for me.

lizgehret commented 2 months ago

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!