Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 607 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 607 Bytes

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