You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
FLORIS is a controls-focused wind farm simulation software incorporating
4
4
steady-state engineering wake models into a performance-focused Python
5
5
framework. It has been in active development at NREL since 2013 and the latest
6
-
release is [FLORIS v4.1.1](https://github.com/NREL/floris/releases/latest).
6
+
release is [FLORIS v4.2.1](https://github.com/NREL/floris/releases/latest).
7
7
Online documentation is available at https://nrel.github.io/floris.
8
8
9
9
The software is in active development and engagement with the development team
@@ -13,6 +13,9 @@ the conversation in [GitHub Discussions](https://github.com/NREL/floris/discussi
13
13
14
14
## Installation
15
15
16
+
**WARNING:**
17
+
Support for python version 3.8 will be dropped in FLORIS v4.3. See [Installation documentation](https://nrel.github.io/floris/installation.html#installation) for details.
18
+
16
19
**If upgrading from a previous version, it is recommended to install FLORIS v4 into a new virtual environment**.
17
20
If you intend to use [pyOptSparse](https://mdolab-pyoptsparse.readthedocs-hosted.com/en/latest/) with FLORIS,
18
21
it is recommended to install that package first before installing FLORIS.
Copy file name to clipboardexpand all lines: docs/installation.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,16 @@ The following sections detail how download and install FLORIS for each use case.
7
7
(requirements)=
8
8
## Requirements
9
9
10
-
FLORIS is intended to be used with Python 3.8 and up, and it is highly recommended that users
10
+
FLORIS is a python package. FLORIS is intended to work with all [active versions of python](https://devguide.python.org/versions/). Support will drop for python versions once they reach end-of-life.
11
+
It is highly recommended that users
11
12
work within a virtual environment for both working with and working on FLORIS, to maintain a clean
12
13
and sandboxed environment. The simplest way to get started with virtual environments is through
0 commit comments