Skip to content
New issue

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

Create conda install for mplfinance #62

Closed
DanielGoldfarb opened this issue Mar 22, 2020 · 10 comments
Closed

Create conda install for mplfinance #62

DanielGoldfarb opened this issue Mar 22, 2020 · 10 comments
Labels
enhancement New feature or request

Comments

@DanielGoldfarb
Copy link
Collaborator

Please create a conda install for mplfinance.

@DanielGoldfarb DanielGoldfarb added the enhancement New feature or request label Mar 22, 2020
@DanielGoldfarb DanielGoldfarb changed the title Feature Request: Create conda install for mplfinance Create conda install for mplfinance Mar 22, 2020
@kevinashaw
Copy link

Many thanks for taking over the repo!

@DanielGoldfarb
Copy link
Collaborator Author

@kevinashaw
Kevin,
Thanks for the appreciation. Are you able to help with this one? If not, I will get to it eventually. I just have to read the documentation on how to create and publish a conda install package. Working on some other enhancements first.
All the best. --Daniel

@kcowgill
Copy link

@DanielGoldfarb you can create a conda recipe by typing:
conda skeleton pypi mplfinance
which will leave you with a meta.yaml file based on the currently available version on pypi that you can tweak slightly - attached is what I've recently created (github file upload prevents a .yaml file):
meta.txt

I'm unfamiliar with publishing packages to public conda channels, but hopefully this can help to get you started.

@DanielGoldfarb
Copy link
Collaborator Author

@kcowgill
Kent,
Thanks. I will take a look and follow up.
All the best. --Daniel

@tacaswell
Copy link
Member

I suggest submitting the recipe to conda-forge (see https://github.com/conda-forge/staged-recipes) . They have the machinery in place to build and upload the packages and a bot that auto-updates the recipe when you create a new tag.

@DanielGoldfarb
Copy link
Collaborator Author

@tacaswell
Tom, Thanks will definitely do that (when I get to this). I had noticed that matplotlib is on the conda-forge channel. Thanks,. --Daniel

@B00mGit
Copy link

B00mGit commented Nov 8, 2020

Hi @DanielGoldfarb,
I was just wondering if the conda pkg was on the horizon...?
Thx

@DanielGoldfarb
Copy link
Collaborator Author

DanielGoldfarb commented Nov 11, 2020

I started playing with this today. It's on anaconda cloud now: https://anaconda.org/DanielGoldfarb/mplfinance

tested install with conda install -c danielgoldfarb mplfinance ... it works.

PR is in for conda-forge.

@DanielGoldfarb
Copy link
Collaborator Author

@DanielGoldfarb
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants