update doc

This commit is contained in:
Florian Bezannier
2022-03-30 00:29:57 +02:00
parent 0520571fa8
commit 37459134a7
+3 -3
View File
@@ -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/