Answers for "how to compile cython pyx to executable"

0

how to compile cython pyx to executable

gcc <C_file_from_cython> -I<include_directory> -L<directory_containing_libpython> -l<name_of_libpython_without_lib_on_the_front> -o <output_file_name>
Posted by: Guest on August-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language