TNO Intern

Commit ca4a139a authored by Arjo Segers's avatar Arjo Segers
Browse files

Added instructions to install packages needed to generate documentation.

parent 1b7e5ad7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -121,6 +121,9 @@ or creates it if not present yet:
      # install local codes:
      pip install --editable .

      # also install packages to create documentation locally:
      pip install --editable .[docs]

    fi