-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Remove pip install option from TARDIS installation docs #1300
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1300 +/- ##
=======================================
Coverage 80.54% 80.54%
=======================================
Files 41 41
Lines 3423 3423
=======================================
Hits 2757 2757
Misses 666 666 Continue to review full report at Codecov.
|
I think the Installation guide now looks a bit redundant. If you are cloning the repo at some point then you don't need to get the environment file through
Then, I don't think this closes #1211. Anaconda discourages the use of |
what do you think about this @jaladh-singhal ? |
@jaladh-singhal the tests fail |
@wkerzendorf It's only for Mac pipeline due to that unrelated test |
@epassaro this makes sense, I agree it shouldn't closed #1211 - I've removed that from description
This is true @epassaro but we still need to make sure that |
I prefer the first option. |
pip install git+https://github.com/tardis-sn/tardis
seems not to be working as mentioned in #1211 and as Anaconda suggests that pip should better be avoided with conda, so it needs to be removed from TARDIS installation docs to avoid any confusion for new users.The only recommended way in our case is to use
python setup.py install
which is already mentioned in docs.Motivation and Context
Avoid pip in conda and
pip install
not working but is still mentioned in docsTypes of changes
Checklist: