Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.04 KB

installation.rst

File metadata and controls

46 lines (27 loc) · 1.04 KB

Installation

Install canmatrix with either :

$ pip install canmatrix

or

$ python setup.py install

and :

$ pip install -r requirements.txt

This installs the canmatrix package into your python installation. In addition to the canmatrix package there are 2 scripts installed with this package:

for additional formats [arxml, kcd, fibex, xls, xlsx] use syntax like: :

$ pip install git+https://github.com/ebroecker/canmatrix#egg=canmatrix[kcd]

If you are using a *NIX-System, these scripts should be callable from command line

If you are using a Windows system, these scripts are usually installed at the location of your python installation. For example C:\python3.4\Scripts or C:\python2.7\Scripts

Dependencies