We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf6cfdc + 2479a84 commit 36f6bcfCopy full SHA for 36f6bcf
1 file changed
README.md
@@ -113,6 +113,12 @@ If you want to contribute to the development of this API or run it in a developm
113
conda env create -f environment.yml
114
```
115
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
+
122
4. Activate the environment:
123
124
```bash
0 commit comments