Skip to content

update init and readme notes #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions example5_meson/.mesonpy-native-file.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

[binaries]
python = '/private/var/folders/r8/3vljpqb55psbgb1ghc2qsn700000gn/T/build-env-hhn5zprt/bin/python'
python = '/private/var/folders/r8/3vljpqb55psbgb1ghc2qsn700000gn/T/build-env-f0ub2gg8/bin/python'
7 changes: 5 additions & 2 deletions example5_meson/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Pure python meson example

This
TO build with `build` you need to install meson python
`pip install meson-python`

This creates a build using meson
To build with meson run:
`python -m build`

This creates a build using meson - to run this you need to have ninja installed in your envt.
`pip install --no-build-isolation .`
Loading