We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3fc9c commit dc6151fCopy full SHA for dc6151f
bin/build_inplace.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+#
3
+# Build the flint._flint module in place.
4
+
5
+C_INCLUDE_PATH=.local/include/ LIBRARY_PATH=.local/lib/ python setup.py build_ext --inplace
0 commit comments