-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
update installation documentation for tardis #2460
update installation documentation for tardis #2460
Conversation
*beep* *bop* Hi, human. The Click here to see the build log. |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
1 similar comment
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
…for non-developers and switching order of developers and non-developers
adding Erin's info to mailmap
52e317f
to
9c1e704
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2460 +/- ##
==========================================
+ Coverage 67.23% 68.74% +1.50%
==========================================
Files 155 165 +10
Lines 13729 13999 +270
==========================================
+ Hits 9231 9623 +392
+ Misses 4498 4376 -122 ☔ View full report in Codecov by Sentry. |
docs/installation.rst
Outdated
|
||
$ pip install git+https://github.com/tardis-sn/tardis.git@release-{yyyy.mm.dd} | ||
|
||
Please fill in the year, month, and date of the released version you want to use. |
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.
Please fill in the year, month, and date of the released version you want to use. | |
Please fill in the year, month, and date of the `released version <https://github.com/tardis-sn/tardis/releases>` you want to use. |
|
||
:: | ||
|
||
$ pip install git+https://github.com/tardis-sn/tardis.git@master | ||
|
||
4. Once finished working, you can deactivate your environment. | ||
|
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.
Please add "$ wget -q https://github.com/tardis-sn/tardis/releases/latest/download/conda-{platform}-64.lock" in line 110 with the same indentation with the line below that "$ conda update xxx"
5d04dcd
to
86f227f
Compare
Removed conda forge for non-developers, switched order of developers and non-developers
Fixes #1591 #1924
📝 Description
Type: 📝
documentation