-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Installation Guide Update (#175)
* start of installation guide * update installer docs * set max dgl version * update for espaloma 0.3.1 * final pass on install docs
- Loading branch information
1 parent
7165038
commit b7b069e
Showing
4 changed files
with
41 additions
and
43 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
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 |
---|---|---|
@@ -1,19 +1,12 @@ | ||
Installation | ||
============ | ||
|
||
While we are working to put `espaloma` on conda-forge, please follow the instructions below to install dependencies and the `espaloma` package separately. | ||
conda | ||
----- | ||
|
||
Install dependencies:: | ||
While we are working to put `dgl` on conda-forge, please follow the instructions below to install `espaloma` from `conda-forge` and the package `dgl` package from `dglteam`. | ||
|
||
conda install \ | ||
--yes \ | ||
--channel conda-forge \ | ||
--channel dglteam \ | ||
openmm openmmtools openmmforcefields rdkit openff-toolkit dgl-cuda10.0 qcportal | ||
Install espaloma:: | ||
|
||
conda install -c conda-forge -c dglteam "espaloma=0.3.1" "dgl<1" | ||
|
||
Install the package:: | ||
|
||
git clone https://github.com/choderalab/espaloma.git | ||
cd espaloma | ||
python setup.py install |