Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent 9572236 commit fe67ca1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyaec/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Use [uv](https://astral.sh/blog/uv)

```console
cargo build -p libaec --release
mkdir data
cp -rf ../target/release/libaec.dylib data
uv build
cp -rf ../target/release/libaec.dylib src/pyaec/
WHEEL_TAG="py3-none-macosx_11_0_arm64" uv build
```

Publish
Expand Down

0 comments on commit fe67ca1

Please sign in to comment.