-
Notifications
You must be signed in to change notification settings - Fork 26
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.
Thanks for tackling this. I think we want to provide instructions both for installing a release and installing from source. So, please keep the current instructions as-is, but add another section about how to install from source into a virtualenv. Also, I would not include anything about cloning, since that is in the contributing.md
. Just start with assuming someone has cloned, and instruct them to go into their cloned source code directory.
README.rst
Outdated
|
||
:: | ||
|
||
pip install gwin | ||
git clone git@github.com:gwastro/gwin.git | ||
ccd gwin |
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.
This should be cd
.
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.
LGTM
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.
Happy
addressing issue #31