summaryrefslogtreecommitdiff
path: root/docs/devguide/dev_environ.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devguide/dev_environ.rst')
-rw-r--r--docs/devguide/dev_environ.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/devguide/dev_environ.rst b/docs/devguide/dev_environ.rst
index 9ca37dd9..081cd775 100644
--- a/docs/devguide/dev_environ.rst
+++ b/docs/devguide/dev_environ.rst
@@ -14,7 +14,7 @@ on ":ref:`gettingstarted`" first, as they are a pre-requirement.
.. code:: console
sudo apt build-dep pygobject
- sudo apt install autoconf-archive
+ sudo apt install autoconf-archive python3-pytest python3-flake8
git clone https://gitlab.gnome.org/GNOME/pygobject.git
cd pygobject
./autogen.sh
@@ -30,7 +30,9 @@ on ":ref:`gettingstarted`" first, as they are a pre-requirement.
pacman -S --needed --noconfirm base-devel mingw-w64-i686-toolchain git \
mingw-w64-i686-python3 mingw-w64-i686-python3-cairo \
mingw-w64-i686-gobject-introspection mingw-w64-i686-gtk3 \
- mingw-w64-i686-libffi autoconf-archive
+ mingw-w64-i686-libffi autoconf-archive mingw-w64-i686-python3-pytest \
+ mingw-w64-i686-python3-pip
+ pip3 install --user flake8
git clone https://gitlab.gnome.org/GNOME/pygobject.git
cd pygobject
./autogen.sh