Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Nov 18, 2023
1 parent 3163b5e commit fbbcb4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Install the build dependencies:

.. code-block:: bash
sudo apt install python3 python3-pip python3.10-venv \
sudo apt install python3 python3-pip python3-venv \
doxygen pelican texlive-latex-recommended \
bison flex \
qtbase5-dev libqt5svg5-dev libqwt-qt5-dev libbz2-dev \
Expand Down Expand Up @@ -162,7 +162,8 @@ First we set up our pdm virtual environment:

.. code-block:: bash
pdm install --no-self -d --plugins
pdm plugin update
pdm sync -d --no-self
Below we are just using a local directory call builddir for our _meson build directory, but you can put it wherever you like.

Expand Down

0 comments on commit fbbcb4f

Please sign in to comment.