Skip to content

Commit

Permalink
Remove note about pyo3 on the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 23, 2023
1 parent b916941 commit ce73039
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ Or add the following line manually to your `Cargo.toml` file:
mapfile_parser = "2.3.0"
```

#### System-wide dependencies

Due to how intrusive `pyo3` is (and even impossible to disable via Cargo
features), Python development files are required to build and use the Rust
version of this library

To install those dependencies on a Debian/Ubuntu Linux distro:

```bash
sudo apt install libpython3-dev
```

## Versioning and changelog

This library follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Expand Down

0 comments on commit ce73039

Please sign in to comment.