You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the source from here.
Extract.
In the pybindings folder, run "python setup.py sdist"
In the pybindings/distrubtion folder run "pip install .\PyPlatec-1.4.0.tar.gz"
A couple of caveats tho:
The data returned is in a list that is ordered col, row.
The provided documentation is incorrect. The create function requires 10 arguments in a specific order with data only. Look in the src/platesacp.hpp for a list of available functions.
The text was updated successfully, but these errors were encountered:
Download the source from here.
Extract.
In the pybindings folder, run "python setup.py sdist"
In the pybindings/distrubtion folder run "pip install .\PyPlatec-1.4.0.tar.gz"
A couple of caveats tho:
The data returned is in a list that is ordered col, row.
The provided documentation is incorrect. The create function requires 10 arguments in a specific order with data only. Look in the src/platesacp.hpp for a list of available functions.
The text was updated successfully, but these errors were encountered: