-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi
it would be great if you could tag the latest versions on github such that they match with the pypi versions. This allows to download from github with a specified version number:
VERSION=1.0.1
conda env create --name mustache-$VERSION -f https://raw.githubusercontent.com/ay-lab/mustache/v$VERSION/environment.yml
conda activate mustache-$VERSION
pip install mustache-hic==$VERSION
At the moment 1.0.1 is the highest installable version from github. If i load directly from master/main, the version is not strictly specified and I could run into development bugs more easily.
Thanks a lot!
0xaf1f
Metadata
Metadata
Assignees
Labels
No labels