Skip to content

Commit 3a249ce

Browse files
authored
Update Python compatibility requirement in README
1 parent a2a5cd1 commit 3a249ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
4646

4747
## Dependencies and installation
4848
**BladeX** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the documentation), and `pytest` (for the local test). They can be easily installed using `pip`.
49-
**BladeX** is compatible with Python 3.6. Moreover, some of the modules require `OCC` to be installed for the `.iges` or `.stl` CAD generation. This requirement cannot be satisfied through `pip`, but the precompiled binaries are available on `conda` using the command:
49+
**BladeX** is compatible with Python>=3.9. Moreover, some of the modules require `OCC` to be installed for the `.iges` or `.stl` CAD generation. This requirement cannot be satisfied through `pip`, but the precompiled binaries are available on `conda` using the command:
5050

5151
```bash
52-
> conda install -c conda-forge pythonocc-core=7.4.0
52+
> conda install -c conda-forge pythonocc-core
5353
```
5454

5555
You can also refer to `pythonocc.org` or `github.com/tpaviot/pythonocc-core` for further instructions.

0 commit comments

Comments
 (0)