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
Add installation instructions to README #9
Conversation
README.md
Outdated
|
||
Using `pip`: | ||
``` | ||
pip install git+https://github.com/lyft/xiblint.git |
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.
The releases are in pypi, so you should just pip install xiblint
.
README.md
Outdated
Manual: | ||
``` | ||
git clone https://github.com/lyft/xiblint.git | ||
cd xiblint && sudo python setup.py install |
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.
Keep out the sudo
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.
See comments.
Sorry for the delay @ikonst, fixed the PR. Let me know how it looks. |
Hey guys! This one is to help people that do not know how to install python libs. I'm not an expert myself so let me know if these are good enough.