Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 353 Bytes

Installation.rst

File metadata and controls

executable file
·
18 lines (10 loc) · 353 Bytes

Installation

The library could be installed through pip

pip install pytranskit

Alternately, you could clone/download the repository and add the pytranskit directory to your Python path

import sys
sys.path.append('path/to/pytranskit')

from pytranskit.optrans.continuous.cdt import CDT