-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
904ec05
commit 863106e
Showing
14 changed files
with
61 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 02d0d8c5d1f19a7eee70180faa7e74eb | ||
config: c694221f461bf21d19f306d40c3e6e3f | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ the following in the terminal (replacing ``{platform}`` with | |
$ wget -q https://raw.githubusercontent.com/tardis-sn/tardis/master/conda-{platform}.lock | ||
$ conda create --name stardis --file conda-{platform}.lock | ||
$ conda activate stardis | ||
$ pip install git+https://github.com/tardis-sn/[email protected].12 | ||
$ pip install git+https://github.com/tardis-sn/[email protected].25 | ||
The third command (``conda activate stardis``) activates the | ||
environment, which is necessary to correctly install STARDIS using the directions below. | ||
|
@@ -38,7 +38,7 @@ If you are using Mamba, the steps are similar: | |
$ wget -q https://raw.githubusercontent.com/tardis-sn/tardis/master/conda-{platform}.lock | ||
$ mamba create --name stardis --file conda-{platform}.lock | ||
$ mamba activate stardis | ||
$ pip install git+https://github.com/tardis-sn/[email protected].12 | ||
$ pip install git+https://github.com/tardis-sn/[email protected].25 | ||
Downloading and Installing STARDIS | ||
---------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.