@@ -5,14 +5,14 @@ Installation Instructions
5
5
6
6
Obtaining the Latest Software
7
7
-----------------------------
8
- The latest version of the Time Encoding and Decoding Toolbox can be
8
+ The latest version of the Time Encoding and Decoding Toolkit can be
9
9
downloaded from the Bionet Group's `code repository page
10
10
<http://bionet.github.io/> `_.
11
11
12
12
Prerequisites
13
13
-------------
14
14
15
- The Python implementation of the Time Encoding and Decoding Toolbox
15
+ The Python implementation of the Time Encoding and Decoding Toolkit
16
16
requires that several software packages be present in order to be
17
17
built and installed (older versions of these packages may work, but have not
18
18
been tested):
@@ -54,13 +54,13 @@ on other platforms supported by the above packages.
54
54
Building and Installation
55
55
-------------------------
56
56
57
- To build and install the toolbox , download and unpack the source
58
- release and run::
57
+ To build and install the toolkit , download and unpack the source release and
58
+ run::
59
59
60
60
python setup.py install
61
61
62
- from within the main directory in the release. Sample code
63
- demonstrating how to use the toolbox is located in the
62
+ from within the main directory in the release. Sample code demonstrating how to
63
+ use the toolkit is located in the
64
64
``demos/ `` subdirectory. If you have `pip <http://www.pip-installer.org >`_
65
65
installed, you can install the latest package code directly from Github as
66
66
follows::
0 commit comments