lyuzhuoqi commited on
Commit
2075511
·
verified ·
1 Parent(s): 6390f2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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