-
Notifications
You must be signed in to change notification settings - Fork 375
Pass on readme #716
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
Pass on readme #716
Conversation
3. Install requirements with `pip install -r requirements.txt` in a Python 3.7 environment | ||
4. Run `pip install -e .` to install the `promptsource` module | ||
1. Navigate to the root directory of the repo | ||
1. Run `pip install -e .` to install the `promptsource` module |
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.
Can we put it in PIP? Do you think most people will contribute new prompts?
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.
yes, i will put in pip as soon as we have pinned v0.2
.
Thanks @srush ! |
Re-organize REAME, add documentation and update contribution guidelines.
Also
get_fixed_answer_choices_list
seems redundant (we are never using it) so I removed it.Once we have a "overview figure" of promptsource, I will add it to the readme too