Python bindings for the HPX library
- Ensure Python is installed.
- Ensure HPX is installed.
python3 -m venv .venv
pip install -r requirements.txt
To build the project, run:
sh build.sh
- Navigate to the build directory:
cd build
- Run Python 3 in interactive mode:
python3
- Test the created bindings.