Skip to content

Commit

Permalink
Update README with notes on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefGokhlayeh committed Jan 11, 2021
1 parent 929a2ca commit f6f9d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The Docker image ships with a basic install of Python 3.x to support [PythonTeX]
FROM gokhlayeh/latex:latest

# Using Arch Linux's inofficial AUR package manager 'yay':
RUN yay -Sy --noconfirm --needed \
python-numpy
RUN dnf install -y --setopt=install_weak_deps=False \
python3-numpy
```

For an example on how to use the included PythonTeX in your LaTeX document, refer to the contents of [`test/`](test) directory.
For examples on how to use the included PythonTeX in your LaTeX document and other features of this image, refer to the contents of [`test/`](test) directory.

If you're using LaTeX Workshop, don't forget to tag your image and update `"latex-workshop.docker.image.latex": "..."` accordingly.

Expand Down

0 comments on commit f6f9d24

Please sign in to comment.