mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
add note to initialize submodules
This commit is contained in:
parent
9156ac199b
commit
46a62b0dab
@ -12,11 +12,12 @@ comparable to the original library.
|
|||||||
To install, first clone this repo and cd into it, then run:
|
To install, first clone this repo and cd into it, then run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
git submodule update --init
|
||||||
pip install .
|
pip install .
|
||||||
```
|
```
|
||||||
and setuptools will take care of any dependencies for you.
|
and setuptools will take care of any dependencies for you.
|
||||||
|
|
||||||
If you are on macOS, it is recommended to install openMP from homebrew to enable
|
If you are on macOS, it is recommended to first install openMP from homebrew to enable
|
||||||
multithreading, since it is not included in the default Apple Clang install:
|
multithreading, since it is not included in the default Apple Clang install:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user