Installation
Requirements¶
Titus 2 uses a number of open source projects to work properly:
avro-python3 >= 1.8.2
numpy >= 1.15.0
pytz >= 2019.1
pyyaml >= 5.1.2
ply >= 3.11
The above packages are available via pip3
and are automatically installed during setup.
Installation¶
Titus 2 requires Python 3.4+ to run. The latest version of Python 3 can be downloaded from the official website. It can be installed via pip3 as follows:
1 |
|
or you can directly install the developer version from github repository via
1 |
|
Attention
The library is named titus2
as it is a fork which is not maintained by the original developers of the titus
library. To an end user, the module is still accessible as titus
to ensure compatibilty across Python 2.x and 3.x codes.
Verify Installation¶
To confirm your installation please run the following elementary example in python:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|