mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Update readme with easier install directions
This commit is contained in:
parent
0a66fcca20
commit
d4eada16f9
23
README.md
23
README.md
@ -9,15 +9,32 @@ comparable to the original library.
|
||||
|
||||
## Installation
|
||||
|
||||
To install, first clone this repo and cd into it, then run:
|
||||
### From Wheel (Easiest)
|
||||
|
||||
To install, run
|
||||
|
||||
```shell
|
||||
pip install quicktex
|
||||
```
|
||||
|
||||
If you are on macOS, You need to install openMP from homebrew:
|
||||
|
||||
```shell
|
||||
brew install libomp
|
||||
```
|
||||
|
||||
### From Source
|
||||
|
||||
To build from source, first clone this repo and cd into it, then run:
|
||||
|
||||
```shell
|
||||
git submodule update --init
|
||||
pip install .
|
||||
```
|
||||
|
||||
and setuptools will take care of any dependencies for you.
|
||||
|
||||
If you are on macOS, it is recommended to first 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:
|
||||
|
||||
```shell
|
||||
@ -31,8 +48,6 @@ required dependencies for them, install with options like so:
|
||||
pip install .[tests,stubs,docs]
|
||||
```
|
||||
|
||||
Quicktex will be available on Pypi once it is out of alpha.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user