Skip to content

Commit 0414f0c

Browse files
author
Marjolein Verkouter
committed
Update readme, explaining pip install and PyPI
1 parent aba9aa3 commit 0414f0c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ previous latest Py2-only master was tagged as
1414
[v1.1](https://github.com/haavee/jiveplot/releases/tag/v1.1) and
1515
[last-python2-only-master](https://github.com/haavee/jiveplot/releases/tag/last-python2-only-master).
1616

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+
1726
## 5 second workflow
1827

1928
After downloading and having the

0 commit comments

Comments
 (0)