File: install.rst

package info (click to toggle)
pycollada 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,116 kB
  • sloc: xml: 11,085; python: 6,859; makefile: 87
file content (31 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (7)
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
Installation
============

github
-------

The source code for pycollada is available on github here: https://github.com/pycollada/pycollada

To pull a read-only copy, you can clone the repository::

   git clone git://github.com/pycollada/pycollada.git pycollada


Python Package Index
--------------------

pycollada is available as a package at: http://pypi.python.org/pypi/pycollada/

You can also use easy_install::

   easy_install pycollada

On Mac OS X, try this if you get an error installing lxml::

   export ARCHFLAGS="arch i386 -arch x86_64"
   easy_install pycollada

On Ubuntu, install these dependencies first::

   apt-get install python-lxml python-numpy python-dateutil
   easy_install pycollada