Skip to content

Commit c2d67d7

Browse files
authored
Fix: update init and readme notes for meson/pdm build (#5)
1 parent 7ed3b6e commit c2d67d7

File tree

6 files changed

+22
-388
lines changed

6 files changed

+22
-388
lines changed
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
[binaries]
3-
python = '/private/var/folders/r8/3vljpqb55psbgb1ghc2qsn700000gn/T/build-env-hhn5zprt/bin/python'
2+
python = '/private/var/folders/r8/3vljpqb55psbgb1ghc2qsn700000gn/T/build-env-f0ub2gg8/bin/python'

example5_meson/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Pure python meson example
22

3-
This
3+
TO build with `build` you need to install meson python
44
`pip install meson-python`
55

6-
This creates a build using meson
6+
To build with meson run:
7+
`python -m build`
8+
9+
This creates a build using meson - to run this you need to have ninja installed in your envt.
710
`pip install --no-build-isolation .`

0 commit comments

Comments
 (0)