-
Notifications
You must be signed in to change notification settings - Fork 1.4k
188 setuptools #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
188 setuptools #193
Conversation
wyli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot! for some reason, the ci didn't start for PR from forks, I'll look into that. I put some inline comments based on my local tests.
mhubii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed contributers, mail, and added empty line to resolve warning
README.md
Outdated
|
|
||
| ```bash | ||
| git clone https://github.com/Project-MONAI/MONAI.git | ||
| python setup.py install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to check this just now, i think we need cd MONAI/ before python setup.py, or pip install -e MONAI/ works fine as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yes you are right
Addresses #188
Description