You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: I successfully installed charm4py on my Mac in a local python virtual environment. To improve the installation process, providing users with a requirements.txt file would be helpful. During installation, I identified the following packages required for users to include in a new virtual environment. However, I did not identify a minimum version for each package. Some of the provided examples may require additional python packages.
Basic requirements.txt file should include:
cmake
cython
Optionally include the following: numpy
Additional python package needed in the example/hello/array_hello.py : greenlet
The text was updated successfully, but these errors were encountered:
Type: Feature Request
Description: I successfully installed charm4py on my Mac in a local python virtual environment. To improve the installation process, providing users with a requirements.txt file would be helpful. During installation, I identified the following packages required for users to include in a new virtual environment. However, I did not identify a minimum version for each package. Some of the provided examples may require additional python packages.
Basic requirements.txt file should include:
Optionally include the following:
numpy
Additional python package needed in the example/hello/array_hello.py :
greenlet
The text was updated successfully, but these errors were encountered: