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!
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:
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!