From 37459134a708c3dfb401ec5e73e8b0a03c4df3e9 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Wed, 30 Mar 2022 00:29:57 +0200 Subject: [PATCH] update doc --- docs/Develop.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Develop.md b/docs/Develop.md index 1e9bf08..1834870 100644 --- a/docs/Develop.md +++ b/docs/Develop.md @@ -5,8 +5,8 @@ Before create a pull request check your code with Prospector. You can install it with ``` -pip3 install -r requirements-dev.txt``` -#Then on the root of the git project: +poetry install --no-root``` +#Then in the root of the git project: prospector ``` ## API documentation @@ -26,6 +26,6 @@ Then you can use mitmproxy for example: mitmproxy --set client_certs=MWPMYMA1.pem ``` -For being able to see trafic from android app you need a rooted phone, you can use an android emulator then follow this: +For being able to see traffic from the android app you need a rooted phone, you can use an android emulator then follow this: https://docs.mitmproxy.org/stable/howto-install-system-trusted-ca-android/