Skip to content

Commit

Permalink
Forgot to double-backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Jan 15, 2025
1 parent c2ce1f0 commit d8283af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Preparatory

#. Create a clean conda environment with the current poppy python version
#. Install poppy (including docs) with `pip install -e .[all,test,docs]`. If you use `zsh`
you will need to escape the brackets, as `.\[all,test,docs\]`
you will need to escape the brackets, as `.\\[all,test,docs\\]`
#. Install `pandoc` (https://pandoc.org/installing.html)
#. Install `graphviz` (on a mac, with homebrew, `brew install graphviz`)

Expand Down

0 comments on commit d8283af

Please sign in to comment.