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
Hi! I love your parser and use it in my research :) Is it possible to make it available via conda also and not just using pip? thanks! Netta
The text was updated successfully, but these errors were encountered:
Hi Netta
I can take a look at this for you.
In the meantime when you create a conda environment you can use pip to carry out the installation by specifying the environment YAML like so:
conda
pip
name: readpaf_test channels: - defaults dependencies: - python=3.10 - pip - pip: - readpaf
Sorry, something went wrong.
I tried it and I think it works! thank you :)
No branches or pull requests
Hi!
I love your parser and use it in my research :)
Is it possible to make it available via conda also and not just using pip?
thanks!
Netta
The text was updated successfully, but these errors were encountered: