Skip to content

swayam0322/pyHPX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyHPX

Python bindings for the HPX library

Prerequisites

  • Ensure Python is installed.
  • Ensure HPX is installed.

Create a virtual environment

    python3 -m venv .venv 
    pip install -r requirements.txt

Building the Project

To build the project, run:

    sh build.sh

Running the Project

  1. Navigate to the build directory:
    cd build
  2. Run Python 3 in interactive mode:
    python3
  3. Test the created bindings.

About

Python bindings for HPX library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published