openalea / mtg

Multiscale Tree Graph datastructure and interfaces
https://mtg.rtfd.io
Other
12 stars 17 forks source link

Add install instructions? #31

Closed FranzEricSchneider closed 1 year ago

FranzEricSchneider commented 1 year ago

Based on plantgl I guessed that the install instruction was

conda install openalea.mtg -c fredboudon -c conda-forge

but could that be added to the README?

pradal commented 1 year ago

Not really.

The correct repository is openalea3

conda install openalea.mtg -c openalea3 -c conda-forge

I will add it to the README.

Le 29/01/2023 à 23:25, Eric Schneider a écrit :

Based on plantgl I guessed that the install instruction was

|conda install openalea.mtg -c fredboudon -c conda-forge |

but could that be added to the README?

— Reply to this email directly, view it on GitHub https://github.com/openalea/mtg/issues/31, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIR4SR4LECCNQHK5OA2J5LWU3U5BANCNFSM6AAAAAAUKPSSNI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

FranzEricSchneider commented 1 year ago

Ah, interesting, the command seemed to work which is surprising, but I may have missed a printout or I may be misunderstanding conda, I haven't used it much. Thank you for the addition and the quick reply!

pradal commented 1 year ago

It works because fred boudon has made a fork and released long time ago a conda version on its conda channel. However, the official one is on openalea3 channel. It is maintained on the long term.