Update README.md
Browse files
README.md
CHANGED
|
@@ -106,6 +106,12 @@ Exact match accuracy (%) on 10 benchmarks (COMO-Tanimoto variant):
|
|
| 106 |
See the [paper](#citation) for full comparison with MolScribe, MolParser,
|
| 107 |
SwinOCSR, and other baselines.
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
## Usage
|
| 110 |
|
| 111 |
```python
|
|
|
|
| 106 |
See the [paper](#citation) for full comparison with MolScribe, MolParser,
|
| 107 |
SwinOCSR, and other baselines.
|
| 108 |
|
| 109 |
+
## Installation
|
| 110 |
+
|
| 111 |
+
```bash
|
| 112 |
+
pip install como-ocsr
|
| 113 |
+
```
|
| 114 |
+
|
| 115 |
## Usage
|
| 116 |
|
| 117 |
```python
|