openalea / StructureAnalysis

Plant structure analysis
6 stars 6 forks source link

Add Boost.Python wrappers generated by AutoWIG and Python API #38

Open pfernique opened 6 years ago

pfernique commented 6 years ago

Boost.Python wappers must be added in:

Python API must be added in:

pfernique commented 6 years ago

See progress in branch new_python_api

pfernique commented 6 years ago

Done for stat_tool within commit 3c8cbb6ed2426fa14fe86174425dd6c272f091b4

pfernique commented 6 years ago

To generate the wrappers, go to in the stat_tool directory and run the AutoWIG.py script using the following command

python AutoWIG.py

To do so, we recommend to install Conda and dependencies in a autowig environment

conda create -n autowig fp17 -c statiskit

Then, prior to each run, activate the environment.