Skip to content

Commit

Permalink
Clarify that pip is for Python (& move to top) (#2526)
Browse files Browse the repository at this point in the history
Clarify that pip is for Python (move to top)

Python is our most widely used interface, so should be extra easy to find
  • Loading branch information
bpalmintier committed Mar 27, 2023
1 parent f2d0589 commit 5f372d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ graph LR

[Build from source](./build_from_source.md)

### Python via pip install

[`pip install helics`](https://python.helics.org/)

### matHELICS install

Installation instructions are available in the [matHELICS repository README](https://github.com/GMLC-TDC/matHELICS/blob/main/README.md)
Expand All @@ -77,10 +81,6 @@ Installation instructions are available in the [matHELICS repository README](htt

[`pkg> add HELICS`](https://github.com/GMLC-TDC/HELICS.jl/blob/master/README.md)

### pip install

[`pip install helics`](https://python.helics.org/)

### jHELICS

[Build from source](./build_from_source.md) with the [CMAKE option](./helics_cmake_options.md) `HELICS_BUILD_JAVA_INTERFACE=ON`
Expand Down

0 comments on commit 5f372d5

Please sign in to comment.