Skip to content

Commit

Permalink
Adds direct drive wind turbines
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 25, 2024
1 parent a79d954 commit b81146e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
shell: bash -l {0}
run: conda info

- name: Publish distribution 📦 to Anaconda if Push
- name: Publish distribution 📦 to Anaconda if Push and if master branch
if: startsWith(github.ref, 'refs/heads/master')
shell: bash -l {0}

run: |
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,17 @@ How to install this package?

Two options:

A development version with the latest advancements (but with the risks of unseen bugs),
is available from Anaconda Cloud:

conda install -c conda-forge premise


For a more stable and proven version, from Pypi:
From Pypi:

pip install premise

will install the package and the required dependencies.

A development version with the latest advancements (but with the risks of unseen bugs),
is available from Anaconda Cloud:

conda install -c conda-forge premise


How to use it?
--------------
Expand Down

0 comments on commit b81146e

Please sign in to comment.