Skip to content

Commit

Permalink
Merge pull request #4 from MaximilienAndre/dev
Browse files Browse the repository at this point in the history
fixed package deprecation for python >= 3.12
  • Loading branch information
gbarter authored Apr 15, 2024
2 parents 46883e1 + 31e3f33 commit 0589482
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ For detailed installation instructions of WISDEM modules see <https://github.com
$ python -m pip install numpy
$ python setup.py install

Alternatively, you can do :

$ pip install -e .

As it seems to be better working on python 3.12 and later (see this stackoverflow [post](https://stackoverflow.com/questions/15724093/difference-between-python-setup-py-install-and-pip-install) )

For software issues please use <https://github.com/WISDEM/pyMAP/issues>. For functionality and theory related questions and comments please use the NWTC forum for [Systems Engineering Software Questions](https://wind.nrel.gov/forum/wind/viewtopic.php?f=34&t=1002).

0 comments on commit 0589482

Please sign in to comment.