Skip to content

CalculationCollective/PYXCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cython calculator

Compiling

Run this command to compile the .pyx file using this command: python setup.py build_ext --inplace

This generates a .pyd file

Executing

Import the previously created .pyd file into a new .py file and run the functions created in cython

Releases

No releases published

Packages

No packages published