You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,18 @@ Documentation including examples can be found at either [./doc](./doc) or [https
8
8
9
9
## 2. Installation
10
10
11
-
Most Linux Distributions come with already Python3 met dependencies (see **2.1**).
11
+
```bash
12
+
# pip install xmlmicroparser
13
+
```
12
14
13
-
Just download the current Relase Zip / Tarball @ [Release 0.54Beta](https://github.com/clauspruefer/python-xml-microparser/releases/tag/0.54beta) and continue with section **2.2**.
15
+
Or download the current Relase Zip / Tarball @ [Release 0.54Beta](https://github.com/clauspruefer/python-xml-microparser/releases/tag/0.54beta) and continue with section **2.2**.
14
16
15
17
## 2.1. Dependencies
16
18
17
-
You need the `pip3` Python3 Package Installer, Python3 Setuptools `python3-setuptools` and the downloaded XML-Microparser
18
-
Package found under Releases.
19
+
You need Python3 setuptools to build the package manually. Pytest / PEP-8 packages are required to run tests.
0 commit comments