-
Notifications
You must be signed in to change notification settings - Fork 73
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
readme: clarified and separated readme #227
Conversation
hackaugusto
commented
May 25, 2021
•
edited
Loading
edited
- Moved development docs from README to CONTRIBUTING
- Made the instructions more concise
- Removed some outdated documentation, e.g. python 3.6 is no longer supported
- Made the README.rst a bit more concise.
- Also added a mention to the supported formats and a link to the issue for protobuf support which is currently in dev
f5736cc
to
e2bce21
Compare
------------ | ||
|
||
Karapace requires Python 3.6 or later and some additional components in |
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.
I removed all of these and just added an instruction to run pip install -r requirements-dev.txt
To build an installation package for your distribution, go to the root | ||
directory of a Karapace Git checkout and run:: | ||
|
||
python3 setup.py bdist_egg |
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.
egg
s are being phased out. Just removed this and instructed to run pip setup.py install
for source installations.
To see descriptions of configuration keys see section ``config``. Here's an | ||
example configuration file to give you an idea what you need to change:: | ||
|
||
{ |
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.
I removed this sample configuration and just added a link to the sample configuration in the repo. It's easier maintain a single example up-to-date.
4322142
to
3152140
Compare
89e0bdd
to
b948905
Compare
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.
Looks good to me, one typo spotted.
b948905
to
15ae549
Compare
moved documentation about development to the CONTRIBUTING.md file, and tried to make the README.rst a bit more concise.
15ae549
to
4c8cacd
Compare