We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba9aa3 commit 0414f0cCopy full SHA for 0414f0c
1 file changed
README.md
@@ -14,6 +14,15 @@ previous latest Py2-only master was tagged as
14
[v1.1](https://github.com/haavee/jiveplot/releases/tag/v1.1) and
15
[last-python2-only-master](https://github.com/haavee/jiveplot/releases/tag/last-python2-only-master).
16
17
+Since Aug 2025 the module can be installed using `pip` - the project was restructured to adhere to modern Python packaging.
18
+After cloning the repository it is possible to do
19
+```bash
20
+$ cd /path/to/clone
21
+$ pip install [-e] .
22
+```
23
+Starting from *v2.1.0* the package is now also published on PyPI.
24
+
25
26
## 5 second workflow
27
28
After downloading and having the
0 commit comments