-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
37 lines (23 loc) · 744 Bytes
/
INSTALL
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
=================
Installing Owyl
=================
Install Owyl using the standard distutils method:
$ python setup.py install
Owyl can also be installed with easy_install:
$ easy_install owyl
Egenix mxBase
=============
Owyl will use mx.Stack if it is available. Otherwise, it uses a
regular list to emulate a stack. mx.Stack should offer a small
performance boost.
Egenix mxBase can be found and downloaded at
<http://www.egenix.com/products/python/mxBase/>.
Development and Testing
=======================
TBD
Thanks
======
Thanks for trying out Owyl. Hopefully, you'll find Owyl easy to work
with and adapt. Please visit the discussion board at
<http://groups.google.com/group/owyl-discuss/> if you run into any
trouble.