Skip to content

Commit 783ed41

Browse files
authored
update contributing docs to uv
1 parent b871a69 commit 783ed41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
To get started hacking on mitmproxy_rs, please [install mitmproxy as described
66
in the main mitmproxy repository](https://github.com/mitmproxy/mitmproxy/blob/main/CONTRIBUTING.md#development-setup)
77
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:
8+
virtualenv activated and then run the following:
99

1010
```shell
11-
pip install maturin
1211
git clone https://github.com/mitmproxy/mitmproxy_rs.git
13-
1412
cd mitmproxy_rs/mitmproxy-rs
1513
maturin develop
1614
```

0 commit comments

Comments
 (0)