We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3163b5e commit fbbcb4fCopy full SHA for fbbcb4f
README.rst
@@ -86,7 +86,7 @@ Install the build dependencies:
86
87
.. code-block:: bash
88
89
- sudo apt install python3 python3-pip python3.10-venv \
+ sudo apt install python3 python3-pip python3-venv \
90
doxygen pelican texlive-latex-recommended \
91
bison flex \
92
qtbase5-dev libqt5svg5-dev libqwt-qt5-dev libbz2-dev \
@@ -162,7 +162,8 @@ First we set up our pdm virtual environment:
162
163
164
165
- pdm install --no-self -d --plugins
+ pdm plugin update
166
+ pdm sync -d --no-self
167
168
Below we are just using a local directory call builddir for our _meson build directory, but you can put it wherever you like.
169
0 commit comments