tweak readme

This commit is contained in:
Rob Taylor 2023-11-16 22:45:53 +00:00 committed by Rob Taylor
parent 3163b5ee45
commit fbbcb4f8cf
1 changed files with 3 additions and 2 deletions

View File

@ -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 \
@ -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.