File: installation.rst

package info (click to toggle)
python-canmatrix 0.9.3~github-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,896 kB
  • sloc: xml: 30,201; python: 12,472; makefile: 18; sh: 9
file content (46 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
____________

* Canmatrix depends on:

  * xlrd (http://www.python-excel.org/)
  * xlwt-future (https://pypi.python.org/pypi/xlwt-future)
  * XlsxWriter (https://github.com/jmcnamara/XlsxWriter)
  * PyYAML (https://pypi.python.org/pypi/pyaml)
  * lxml (https://pypi.python.org/pypi/lxml)