Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
14.23k stars 1.7k forks source link

Release Taipy on Conda #40

Closed jrobinAV closed 2 years ago

jrobinAV commented 2 years ago

Step 0: We need to add to the release process the deployment of taipy on Conda.

First step: Deploy manually based on the documentation.

Second step: Start working on a proposal for automation.

toan-quach commented 2 years ago

Some notes:

I have published taipy-core and taipy-rest to my account as an example, you can find them here: https://anaconda.org/toanquachp/taipy-core https://anaconda.org/toanquachp/taipy-rest

toan-quach commented 2 years ago

Discussion on the topic:

Conclusion: since we can install Pypi packages in Anaconda environment, we will postpone this for now to prioritize the freedom in choosing dependencies

jrobinAV commented 2 years ago

OK So in the end, this ticket is about documentation only. We just want to add a section in the doc to explain how to install both pip then taipy on conda. A new subsection dedicated to installation on the Home page could be the right place.