Skip to content

Commit 4e994d9

Browse files
authored
Update README.md
1 parent 31b8154 commit 4e994d9

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,22 @@ Supporting LaTeX infrastructure for Jupyter Book
55
This repository is a **development** project to improve LaTeX support
66
in `Jupyter Book`.
77

8-
Getting Started
9-
------------
8+
## Get started
109

11-
1. Clone this repository
10+
To get started with `jupyterbook-latex`, first install it through `pip`:
1211

1312
```
14-
git fork https://github.com/executablebooks/jupyterbook-latex.git
13+
pip install jupyterbook-latex
1514
```
1615

17-
2. Install using the setup file
18-
19-
```
20-
cd jupyterbook-latex
21-
python setup.py install
22-
```
23-
24-
3. Add jupyterbook-latex to the `config.yml` file in your jupyterbook projects:
16+
then, add `jupyterbook_latex` to the `config.yml` file in your jupyterbook projects:
2517

2618
```
2719
sphinx:
2820
extra_extensions:
2921
- jupyterbook_latex
3022
```
3123

32-
or `conf.py` in your sphinx projects:
33-
34-
```
35-
extensions = ['jupyterbook_latex']
36-
```
37-
3824
Issues
3925
------
4026

0 commit comments

Comments
 (0)