Skip to content

Commit b29a839

Browse files
authored
Update README.md
1 parent bd9992a commit b29a839

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
![Maintenance](https://img.shields.io/maintenance/yes/2020)
55
[![GitHub](https://img.shields.io/github/license/animator/titus2)](https://github.com/animator/titus2/blob/master/LICENSE)
66

7+
# Project Documentation - [Link](https://realworldpython.guide/titus2/)
8+
79
> **Data Scientist**: Why is my cutting edge model still not in production?
810
>
911
Scenario 1:
@@ -24,7 +26,7 @@ and the push to production pang continues ..
2426

2527
View the complete changelog [here](https://github.com/animator/titus2/blob/master/CHANGELOG.md).
2628

27-
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.5+
29+
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.4+
2830
========
2931

3032

@@ -50,7 +52,7 @@ The above packages are available via `pip` and are automatically installed durin
5052

5153
### Installation
5254

53-
Titus requires [Python 3.5+](https://www.python.org/download/) to run.
55+
Titus requires [Python 3.4+](https://www.python.org/download/) to run.
5456
It can be installed via pip/pip3 as follows:
5557
```sh
5658
$ pip install titus2
@@ -81,7 +83,7 @@ for num in l:
8183

8284
### User Guide and Tutorials
8385

84-
See the [Hadrian wiki](https://github.com/opendatagroup/hadrian/wiki) for user guide and tutorials.
86+
See the [Project Documentation](https://realworldpython.guide/titus2/) for user guide and tutorials.
8587

8688
### Current Testing Framework
8789
- Unit testing status available [here](https://travis-ci.org/animator/titus2) [![Build Status](https://travis-ci.org/animator/titus2.svg?branch=master)](https://travis-ci.org/animator/titus2)

0 commit comments

Comments
 (0)