We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfbe82 commit 5ed0e34Copy full SHA for 5ed0e34
README.md
@@ -43,16 +43,11 @@ If you are using `hls4ml`, please make sure it is at least version 1.2:
43
44
```bash
45
pip install hls4ml>=1.2.0
46
-
47
-Note that **version 1.2** has **not yet been released on PyPI**, so installing from GitHub is required.
48
49
-```bash
50
-pip install "hls4ml @ git+https://github.com/fastmachinelearning/hls4ml@main"
51
```
52
53
## Usage
54
55
-Please refer to the [documentation](https://calad0i.github.io/HGQ2/) for more details on how to use the library.
+Please refer to the [documentation](https://calad0i.github.io/HGQ2/) for more details on how to use the library.
56
57
A minimal example is shown below:
58
0 commit comments