Skip to content

Commit fbbcb4f

Browse files
committed
tweak readme
1 parent 3163b5e commit fbbcb4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Install the build dependencies:
8686

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

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

0 commit comments

Comments
 (0)