Skip to content

tomyaacov/BPjsPythonWrapper

Repository files navigation

BPjsPythonWrapper

Experimenting Python wrapping options for BPjs

Note: I used Python 3.7.4

Prerequisites

Java (I'm using 11.0.8)

Installation

  1. Clone the project :
    git clone https://github.com/tomyaacov/BPjsPythonWrapper.git
  2. Create a virtual environment and activate it:
    cd BPjsPythonWrapper
    python -m venv env 
    source env/bin/activate
  3. Update pip and install all dependencies:
    pip install --upgrade pip
    pip install -r requirements.txt

Usage

running hello_world.js:

python bpjs_main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published