We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65561fc commit aead4bbCopy full SHA for aead4bb
README.md
@@ -54,12 +54,18 @@ Clone git repository and change dir.
54
## 3.1. Build As Non-Root-User
55
56
Build python-package with setup-tools (as non root user). This will generate the installabe tarball
57
-into `./dist/xmlmicroparser-0.54b0.tar.gz`.
+into `./dist/xmlmicroparser-0.55b0.tar.gz`.
58
59
```bash
60
# python3 setup.py sdist
61
```
62
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
69
## 4. Run Tests / Pytest
70
71
0 commit comments