-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[AIRFLOW-XXXX] Fix development packages installtion instructions #6942
Conversation
@potiuk I recreate the PR here. I combine the |
LOCAL_VIRTUALENV.rst
Outdated
|
||
``mkvirtualenv <ENV_NAME> --python=python<VERSION>`` | ||
|
||
b. Create a local virtualenv with conda |
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 structure suggest that I should follow point a) then b) and that's not true.
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.
Would it be better if I change the ordered list into unordered list? My intention is to group the two ways of creating virtualenvs: using virtualenvwrapper etc vs conda into one big section as creating virtualenvs, as one equvilant to the other. So we don't need to repeat pip install and DB init separately in the doc.
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.
Reorganize with a cleaner structure. Let me know how you think.
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.
@nuclearpinguin A kindly reminder :). PTAL. Thanks!
c77a302
to
85ac4b0
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.
Small NIT only. Thanks for this @xinbinhuang !
And Trailing whitespace to remove :) |
85ac4b0
to
4b15b3a
Compare
@potiuk Rebased and removed trailing space. Thanks! |
4b15b3a
to
9a16c1d
Compare
LGTM. @nuclearpinguin - are you OK with this ? |
Thanks for reviewing and merging @nuclearpinguin @potiuk |
(cherry picked from commit da2a617)
(cherry picked from commit da2a617)
(cherry picked from commit da2a617)
(cherry picked from commit da2a617)
(cherry picked from commit da2a617)
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation