Card: point install to the public code repo (EdisonScientific/glyph)
Browse files
README.md
CHANGED
|
@@ -10,8 +10,8 @@ tags: [chemistry, ocsr, optical-chemical-structure-recognition, image-to-smiles]
|
|
| 10 |
The commands below use the **`glyph`** package. Install it from the code repository (private, public on release):
|
| 11 |
|
| 12 |
```bash
|
| 13 |
-
git clone https://github.com/EdisonScientific/
|
| 14 |
-
cd
|
| 15 |
uv venv && uv sync --extra ocsr # or: pip install -e ".[ocsr]"
|
| 16 |
```
|
| 17 |
|
|
|
|
| 10 |
The commands below use the **`glyph`** package. Install it from the code repository (private, public on release):
|
| 11 |
|
| 12 |
```bash
|
| 13 |
+
git clone https://github.com/EdisonScientific/glyph
|
| 14 |
+
cd glyph
|
| 15 |
uv venv && uv sync --extra ocsr # or: pip install -e ".[ocsr]"
|
| 16 |
```
|
| 17 |
|