File: README.Python

package info (click to toggle)
python-lrcalc 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,956 kB
  • sloc: ansic: 5,447; sh: 4,470; makefile: 34; python: 14
file content (11 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Python bindings for the Littlewood-Richardson Calculator
========================================================

First install the LR Calculator.  Make sure that Python3 anc Cython3 are
also installed.  Then compile the bindings module:

python3 setup.py build_ext --inplace

Test that it works as follows:

python3 -c "import lrcalc; print(lrcalc.mult((2,1),(2,1)))"