Skip to content

Commit 36f6bcf

Browse files
authored
Merge pull request #166 from ammaratef45/main
update readme for workaround for m1 devices
2 parents bf6cfdc + 2479a84 commit 36f6bcf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ If you want to contribute to the development of this API or run it in a developm
113113
conda env create -f environment.yml
114114
```
115115

116+
Note: Apple M chip workaround
117+
The binary for myst_parser is not available for M1 devices yet, as a workaround
118+
- Delete myst_parser from environment.yml
119+
- run `conda env create -f environment.yml`
120+
- Execute step 4 then run `pip install myst_parser`
121+
116122
4. Activate the environment:
117123

118124
```bash

0 commit comments

Comments
 (0)