forked from cmpilato/thotkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
46 lines (30 loc) · 1.41 KB
/
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
38
39
40
41
42
43
44
45
46
INSTALLING THOTKEEPER
What You Need
=============
To run ThotKeeper, you need a few bits of software. Unfortunately,
this list may be incomplete, and we have no idea what versions of
anything are required. Sorry 'bout that. Anyway, here's the list:
* Python 2.3 or newer [http://www.python.org]
The Python programming language and interpreter.
* wxPython 2.8 or newer [http://www.wxpython.org]
Python interfaces to the wxWidgets cross-platform GUI library.
How To Install It
=================
Currently there is no installation step for ThotKeeper, per se.
ThotKeeper can generally be run directly from its source code tree
(either a working copy of the ThotKeeper Subversion source code
repository, or exploded from a ThotKeeper release archive). On
Unix-like systems, you should be able to simply do:
$ chmod +x ./thotkeeper ### possibly not necessary
$ ./thotkeeper
or, if that doesn't work, try:
$ python ./thotkeeper
On Windows, you probably need to create a shortcut that invokes your
Python interpreter with the path of the 'thotkeeper' script as its
argument. Or, if your Python interpreter can be found in the %PATH%
environment variable, you can run the following at a command prompt:
C:\> python .\thotkeeper
What If I Have Problems?
========================
Question, comments, and code contributions are always welcome at
http://www.thotkeeper.org/.