-
Notifications
You must be signed in to change notification settings - Fork 111
add more specifics to the installation instruction #442
Hi there!
Really want to give this exciting repo a try!
In the installation instruction, could you specify any packages (like the version of python) need to be pre-installed before python setup.py install? I guess lots of users will want to install it in a conda env.
All reactions
Hi there,
As the package is built on MONAI it has the same python requirements: python >=3.8. Everything else needed should be installed when you run setup-py, though I should note you can also install through pip withpip install monai-generative. I'll look into updating the instructions!
Replies: 1 comment 2 replies
Hi there,
As the package is built on MONAI it has the same python requirements: python >=3.8. Everything else needed should be installed when you run setup-py, though I should note you can also install through pip withpip install monai-generative. I'll look into updating the instructions!
All reactions
-
👍 1
Hi @marksgraham,
Thanks a lot for your prompt and helpful response! BTW, thanks for your great presentation at the GTC23 session, very informative :).
All reactions
glad you liked the presentation :)