Skip to content

Commit

Permalink
Updating PDF instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc authored Jun 28, 2024
1 parent e15f464 commit 8008b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/Building_a_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Making and testing the tar-ball
``` bash
drevil:~tmp1/biopython/> pip install -r .circleci/requirements-sphinx.txt
drevil:~tmp1/biopython/> make -C Doc latexpdf
drevil:~tmp1/biopython/> cp Doc/_build/latex/Biopython_doc.pdf Doc/
drevil:~tmp1/biopython/> make clean -C Doc
```

Expand All @@ -130,7 +131,7 @@ Making and testing the tar-ball
drevil:~tmp1/> cd biopython-1.78
```

Check to make sure it includes the Tutorial PDF file under Doc
Check to make sure it includes the documentation PDF file under Doc

14. make sure I can build and test it

Expand Down

0 comments on commit 8008b5e

Please sign in to comment.