Skip to content

Commit 79c8270

Browse files
committed
Release 0.3.10
1 parent 23e30df commit 79c8270

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <[email protected]>"]
33
name = "pyo3-pack"
4-
version = "0.3.9"
4+
version = "0.3.10"
55
description = "Build and publish crates with pyo3 bindings as python packages"
66
exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"]
77
readme = "Readme.md"

Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ This project was meant as a zero configuration replacement for [setuptools-rust]
1212

1313
## Usage
1414

15-
You can either download binaries from the [latest release](https://github.com/PyO3/pyo3-pack/releases/latest) or install it from source:
15+
You can either download binaries from the [latest release](https://github.com/PyO3/pyo3-pack/releases/latest) or install it with pip:
1616

1717
```shell
18-
cargo install pyo3-pack
18+
pip install pyo3-pack
1919
```
2020

21-
You can also install pyo3-pack with pip:
21+
You can also install pyo3-pack from source, though it's an older version:
2222

2323
```shell
24-
pip install pyo3-pack
24+
cargo install pyo3-pack
2525
```
2626

2727
There are three main subsommands:

0 commit comments

Comments
 (0)