Fix #529: Add Missing Requirements to Installation Instructions#530
Fix #529: Add Missing Requirements to Installation Instructions#530milelime wants to merge 1 commit into
Conversation
…lation documentation
|
Hey @milelime, I am quite sure we don't have to manually install packages, can you raise a discussion in the main oppia repository about the issue you faced and me and @HardikGoyal2003 might be able to find a fix. Thanks for contributing to oppia. |
|
Also since you might be looking to contribute, just a pointer, the GitHub docs say that to automatically link a issue to a PR write fixes #issue_number instead of mentioning it like you have done in the first line, although there is nothing wrong with it, it just makes it easy for the maintainer to refer to the corresponding issue and get the relevant context. |
No problem. Will do so in the future. |
Will do. |
Overview
This PR fixes the
pip installsection of the installation instructions #529. Trying to complete the installation of the development server without this edit requires the user to comb through the error logs and manually install the packages. Now, users can simply enter the revisedpip installcommand and immediately proceed to the build step.Changes
Motivation
This will hopefully make the build process easier for future contributors. This was a frustrating part of getting the developer environment built.