Skip to content

Commit 600e880

Browse files
committed
shift installation section towards middle of docs homepage
1 parent c3ba3a9 commit 600e880

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

sphinx/index.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,5 @@
11
# OpenOA Documentation
22

3-
## Installation
4-
5-
Compatible with Python 3.8 through 3.11 with pip.
6-
7-
We strongly recommend using the Anaconda Python distribution and creating a new conda environment
8-
for OpenOA. You can download Anaconda through
9-
[their website.](https://www.anaconda.com/products/individual)
10-
11-
After installing Anaconda, create and activate a new conda environment with the name "openoa-env":
12-
13-
```bash
14-
conda create --name openoa-env python=3.10
15-
conda activate openoa-env
16-
```
17-
18-
### Source Code
19-
20-
Clone the repository and install the library and its dependencies using pip:
21-
22-
```bash
23-
git clone https://github.com/NREL/OpenOA.git
24-
cd OpenOA
25-
pip install .
26-
```
27-
28-
### Pip
29-
30-
```bash
31-
pip install openoa
32-
```
33-
343
## Software Overview
354

365
OpenOA [^1] is a software framework written in Python for assessing wind plant performance using
@@ -92,6 +61,37 @@ Some examples of utils modules include:
9261
For further information about the features and citations, please see the
9362
[OpenOA documentation website](https://openoa.readthedocs.io/en/latest/).
9463

64+
## Installation
65+
66+
Compatible with Python 3.8 through 3.11 with pip.
67+
68+
We strongly recommend using the Anaconda Python distribution and creating a new conda environment
69+
for OpenOA. You can download Anaconda through
70+
[their website.](https://www.anaconda.com/products/individual)
71+
72+
After installing Anaconda, create and activate a new conda environment with the name "openoa-env":
73+
74+
```bash
75+
conda create --name openoa-env python=3.10
76+
conda activate openoa-env
77+
```
78+
79+
### Source Code
80+
81+
Clone the repository and install the library and its dependencies using pip:
82+
83+
```bash
84+
git clone https://github.com/NREL/OpenOA.git
85+
cd OpenOA
86+
pip install .
87+
```
88+
89+
### Pip
90+
91+
```bash
92+
pip install openoa
93+
```
94+
9595
## Citing OpenOA
9696

9797
**To cite analysis methods or individual features:** Please cite the original authors of these

0 commit comments

Comments
 (0)