-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update installation instructions for conda (#72)
- Loading branch information
Showing
2 changed files
with
42 additions
and
9 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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
# Installing pyRTE-RRTMGP | ||
|
||
This section contains instructions for installing pyRTE-RRTMGP, both for regular usage (with conda) and for development purposes (with pip). | ||
This section contains instructions for installing pyRTE-RRTMGP. On Linux (x86_64) platforms, you can install the package with `conda`. For other platforms, you need to build the package from source. | ||
|
||
```{warning} | ||
This project is a work in progress. The Python API is not yet stable and is subject to change. | ||
``` | ||
|
||
## Installation | ||
|
||
```{include} ../../../README.md | ||
:start-after: <!-- start-installation-section --> | ||
:end-before: <!-- end-installation-section --> | ||
``` | ||
|
||
```{include} ../../../README.md | ||
:start-after: <!-- start-setup-section --> | ||
:end-before: <!-- end-setup-section --> | ||
:start-after: <!-- start-local-build-section --> | ||
:end-before: <!-- end-local-build-section --> | ||
``` |