-
Notifications
You must be signed in to change notification settings - Fork 4
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
easy installation through pip #38
Conversation
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.
pip
installation excludes contents of "data" folder. Maybe those can be uploaded to "Dataverse"?
url = 'https://github.com/GilbertLabUCSF/CanDI', | ||
entry_points={ | ||
'console_scripts': [ | ||
'candi-install = CanDI.setup.install:main', |
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.
candi-install
works as a command.
usage: candi-install [-h] [--source SOURCE] [--data_dir DATA_DIR]
optional arguments:
-h, --help show this help message and exit
--source SOURCE Specify the download source
--data_dir DATA_DIR Specify the data directory
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.
@Yogiski – Hi Chris, hope all is well! I made some changes to CanDI. Let me know what you think!
close #35