Skip to content

Commit aead4bb

Browse files
authored
Update README.md
Add install as root.
1 parent 65561fc commit aead4bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,18 @@ Clone git repository and change dir.
5454
## 3.1. Build As Non-Root-User
5555

5656
Build python-package with setup-tools (as non root user). This will generate the installabe tarball
57-
into `./dist/xmlmicroparser-0.54b0.tar.gz`.
57+
into `./dist/xmlmicroparser-0.55b0.tar.gz`.
5858

5959
```bash
6060
# python3 setup.py sdist
6161
```
6262

63+
## 3.2. Install As Root-User
64+
65+
```bash
66+
# sudo pip3 install ./dist/xmlmicroparser-0.55b0.tar.gz --break-system-packages
67+
```
68+
6369
## 4. Run Tests / Pytest
6470

6571
```bash

0 commit comments

Comments
 (0)