@@ -23,23 +23,21 @@ The documentation of PM4Py can be found at https://processintelligence.solutions
2323
2424Here is a simple example to spark your interest:
2525
26- ``` python
2726import pm4py
2827
2928if __ name__ == "__ main__ ":
3029 log = pm4py.read_xes('<path-to-xes-log-file.xes>')
3130 net, initial_marking, final_marking = pm4py.discover_petri_net_inductive(log)
3231 pm4py.view_petri_net(net, initial_marking, final_marking, format="svg")
33- ```
3432
3533## Installation
3634PM4Py can be installed on Python 3.9.x / 3.10.x / 3.11.x / 3.12.x / 3.13.x / 3.14.x by invoking:
3735
38- ` pip install -U pm4py `
36+ pip install -U pm4py
3937
4038PM4Py is also running on older Python environments with different requirements sets, including:
4139
42- - Python 3.8 (3.8.10): ` third_party/old_python_deps/requirements_py38.txt `
40+ - Python 3.8 (3.8.10): third_party/old_python_deps/requirements_py38.txt
4341
4442## Requirements
4543
@@ -53,13 +51,13 @@ PM4Py depends on some other Python packages, with different levels of importance
5351
5452## Release Notes
5553
56- To track the incremental updates, please refer to the ` CHANGELOG.md ` file.
54+ To track the incremental updates, please refer to the CHANGELOG.md file.
5755
5856## Third Party Dependencies
5957
6058As scientific library in the Python ecosystem, we rely on external libraries to offer our features.
61- In the ` /third_party ` folder, we list all the licenses of our direct dependencies.
62- Please check the ` /third_party/LICENSES_TRANSITIVE ` file to get a full list of all transitive dependencies and the
59+ In the /third_party folder, we list all the licenses of our direct dependencies.
60+ Please check the /third_party/LICENSES_TRANSITIVE file to get a full list of all transitive dependencies and the
6361corresponding license.
6462
6563## Citing PM4Py
@@ -73,7 +71,6 @@ If you are using PM4Py in your scientific work, please cite PM4Py as follows:
7371
7472BiBTeX:
7573
76- ``` bibtex
7774@article {pm4py,
7875title = {PM4Py: A process mining library for Python},
7976journal = {Software Impacts},
@@ -85,7 +82,6 @@ doi = {https://doi.org/10.1016/j.simpa.2023.100556},
8582url = {https://www.sciencedirect.com/science/article/pii/S2665963823000933} ,
8683author = {Alessandro Berti and Sebastiaan van Zelst and Daniel Schuster},
8784}
88- ```
8985
9086## Legal Notice
9187
0 commit comments