alexandonian commited on
Commit
c528a1b
·
verified ·
1 Parent(s): 7ac86dc

Card: point install to the public code repo (EdisonScientific/glyph)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/autoresearch-markush
14
- cd autoresearch-markush
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