arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
715 stars 123 forks source link

[QUESTION] Installing package via conda #137

Open VFI1997 opened 1 year ago

VFI1997 commented 1 year ago

I am using streamlit to create an application for a lot of people that requires easy installation across PCs. Hence, I am using conda. I could not, however, find a channel where this package had already been uploaded. Has the package been uploaded onto conda-forge already? I am sorry I had to create an issue for this question, I just do not use Twitter. :/

Cheers, Victor

arnaudmiribel commented 1 year ago

Hey! Streamlit is availble in conda-forge: see here.

By the way, this is not the streamlit official repository, you can head over to https://github.com/streamlit/streamlit and to their docs for more information.

Best,

VFI1997 commented 1 year ago

Hi, thank you so much for the quick response time!

When I mentioned 'this package,' I was actually referring to this streamlit-extras package. Is this package included in the standard streamlit library, because I had the impression that the streamlit-extras package is software I could install on top of streamlit official. I am aware that streamlit official is on conda-forge as I installed it onto the package manager already, but I was specifically asking about streamlit-extras.

I do not want to create more work for you, however! I hope that you would not mind if I copied pieces of your scripts to implement similar ideas.

Cheers, Victor

arnaudmiribel commented 1 year ago

Ohh my bad. Of course you meant streamlit-extras! It is not yet on conda-forge, but @blackary might be investigating on how to publish it. For the time being, of course feel free to copy the pieces you like. By the way, what are the extras you like most?