-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from luntergroup/devel
v1.0.1
- Loading branch information
Showing
244 changed files
with
1,064,503 additions
and
24,559 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
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 |
---|---|---|
|
@@ -15,20 +15,23 @@ This repository contains two components, and both must be installed to properly | |
We have automated this process in a `conda` package, and we highly recommend installing it this way. | ||
|
||
```sh | ||
conda install -c terhorst -c conda-forge smcsmc | ||
conda config --add channels conda-forge | ||
conda config --add channels terhorst | ||
conda install -c luntergroup smcsmc | ||
``` | ||
|
||
> **We are in the process of uploading our package to `conda` and will remove this message when it is available. Until then, please use the manual installation method given below.** | ||
### Installation from Source | ||
|
||
Alternatively, a combination of `cmake` and `pip` can be used to install the python and core components. | ||
|
||
#### Obtain the code | ||
|
||
To use the latest version of the code, use the `devel` branch. | ||
|
||
```sh | ||
git clone [email protected]:luntergroup/smcsmc.git git-smcsmc | ||
cd git-smcsmc | ||
git checkout devel | ||
git submodule init | ||
git submodule update | ||
``` | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.