-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (29 loc) · 959 Bytes
/
README
File metadata and controls
47 lines (29 loc) · 959 Bytes
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
47
Introduction
------------
arithmetic is a Python module that allows mixing arithmetic
operations and text. It resembles the calculator program bc.
Tk, GTK and wxWidgets based sample editors that use the module
are provided as a starting point. A plugin for Zim and a patch for PyRoom
editors.
Tutorial documents are included, they will quickly show
all the features of arithmetic.
Using the tutorials
-------------------
Please check the manual in the manual.rst or
manual.html files for more information.
Downloading
-----------
The module and its documentation can be found at
http://pp.com.mx/python/arithmetic
Installing
----------
To use the module from any directory in your
PC, cd to the source directory and type as root:
python setup.py install
To install the Vim plugin:
vim-plugin/install.sh
Contributing
------------
Please provide suggestions, comments and patches
to the following address:
Patricio Paez <pp@pp.com.mx>