This repository was archived by the owner on Feb 7, 2025. It is now read-only.
add more specifics to the installation instruction #442
|
Hi there! |
Answered by
marksgraham
Dec 12, 2023
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 with |
2 replies
Answer selected by
marksgraham
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 with
pip install monai-generative. I'll look into updating the instructions!