We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b871a69 commit 783ed41Copy full SHA for 783ed41
CONTRIBUTING.md
@@ -5,12 +5,10 @@
5
To get started hacking on mitmproxy_rs, please [install mitmproxy as described
6
in the main mitmproxy repository](https://github.com/mitmproxy/mitmproxy/blob/main/CONTRIBUTING.md#development-setup)
7
and [install the latest Rust release](https://www.rust-lang.org/tools/install). Make sure that you have mitmproxy's
8
-virtualenv activated and run the following:
+virtualenv activated and then run the following:
9
10
```shell
11
-pip install maturin
12
git clone https://github.com/mitmproxy/mitmproxy_rs.git
13
-
14
cd mitmproxy_rs/mitmproxy-rs
15
maturin develop
16
```
0 commit comments