We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was wandering if pip already installs the requirements listed in the setup.py and you do not need to do the workaround with conda.
The text was updated successfully, but these errors were encountered:
The conda workaround is for when you don't want to install the package via pip, otherwise pip should install the requirements.
I should probably explicitly mention this in the README.md
Sorry, something went wrong.
I think the environment.yml is not needed anymore. Maybe you can switch to a requirement file when using pypi, which make it easier with bioconda. But right now the recipe on bioconda works :-) https://bioconda.github.io/recipes/negative_training_sampler/README.html
environment.yml
sroener
No branches or pull requests
I was wandering if pip already installs the requirements listed in the setup.py and you do not need to do the workaround with conda.
The text was updated successfully, but these errors were encountered: