charm4py icon indicating copy to clipboard operation
charm4py copied to clipboard

Several package dependences are not documented for the build from source path

Open ericjbohm opened this issue 6 years ago • 0 comments

Can't compile from source without cython.

No charm4py code will run without the greenlet distribution, so we should add that to the install notes. Also, most interesting examples require numba and numpy. So something like:

pip3 install cython greenlet numba numpy

Should be noted as recommended for first time installation from source.

ericjbohm avatar Nov 13 '19 21:11 ericjbohm