Merge pull request #4794 from RustPython/youknowone-patch-1

Add --features ssl to README
This commit is contained in:
Jim Fasarakis-Hilliard
2023-03-31 05:31:36 +00:00
committed by GitHub

View File

@@ -75,6 +75,7 @@ Once you've installed rustpython with SSL support, you can install pip by
running:
```bash
cargo install --git https://github.com/RustPython/RustPython --features ssl
rustpython --install-pip
```