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
Introduced a new section in the README with a link to the official PyEnzyme documentation, providing users with access to detailed guides and usage instructions.
PyEnzyme is the interface to the data model <b>EnzymeML</b> and offers a convenient way to document and model research data. Lightweight syntax for rapid development of data management solution in enzymology and biocatalysis.</p>
10
11
11
12
### 🧬 Features
@@ -50,6 +51,10 @@ using the following options.
50
51
python -m pip install "pyenzyme[pysces]"
51
52
```
52
53
54
+
### 📖 Documentation
55
+
56
+
For further documentation on how to use PyEnzyme, please refer to the [documentation](https://pyenzyme.vercel.app). Here you will find detailed guides on how to use PyEnzyme effectively and efficiently.
57
+
53
58
## ⚙️ Example code
54
59
55
60
This example will demonstrate how to create a simple EnzymeML document using PyEnzyme and how to use initializers from official databases **Chebi** and **UniProt** to gather metadata.
0 commit comments