Experimenting Python wrapping options for BPjs
Note: I used Python 3.7.4
Java (I'm using 11.0.8)
-
Clone the project :
git clone https://github.com/tomyaacov/BPjsPythonWrapper.git
-
Create a virtual environment and activate it:
cd BPjsPythonWrapper python -m venv env source env/bin/activate
-
Update pip and install all dependencies:
pip install --upgrade pip pip install -r requirements.txt
running hello_world.js
:
python bpjs_main.py