Skip to content

Commit

Permalink
fix pandoc link; make note
Browse files Browse the repository at this point in the history
  • Loading branch information
hfmark committed Oct 17, 2023
1 parent cd41dc0 commit e93c562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These scripts are for converting docx/odt manuscript submissions into latex, spe
- python 3.n (preferably 3.8+)
- numpy
- [biblib](https://github.com/WeAreSeismica/biblib) (NOT from conda or pip)
- [pandoc](pandoc.org/)
- [pandoc](https://pandoc.org/)
- [anystyle](https://github.com/inukshuk/anystyle) or a web browser to access [anystyle.io](anystyle.io)

A [conda](conda.io) environment is a nice way to set up the python dependencies. You could, for example, use these commands:
Expand All @@ -22,6 +22,7 @@ Note that biblib is not available through conda or pip (the one available from p
To install anystyle locally on a linux machine, run:
- `sudo apt install ruby-dev`
- `sudo gem install anystyle-cli`
Note that you will also need to have `make` installed on your system for this to work.

Alternatively, you can use [docker](docker.com), with instructions provided below.

Expand Down

0 comments on commit e93c562

Please sign in to comment.