From e93c562f475377c5408a5e62fa6779dabebac54e Mon Sep 17 00:00:00 2001 From: Hannah Mark Date: Tue, 17 Oct 2023 16:44:35 -0400 Subject: [PATCH] fix pandoc link; make note --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8541b5..103fda6 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.