|
@@ -1,4 +1,4 @@
|
1
|
|
-[](https://travis-ci.org/tracim/tracim) [](https://coveralls.io/r/tracim/tracim) [](https://scrutinizer-ci.com/g/tracim/tracim/?branch=master)
|
|
1
|
+[](https://travis-ci.org/tracim/tracim) [](https://coveralls.io/r/tracim/tracim) [](https://scrutinizer-ci.com/g/tracim/tracim/?branch=master) [](https://pypi.python.org/pypi/tracim)
|
2
|
2
|
|
3
|
3
|
# Tracim - Introduction #
|
4
|
4
|
|
|
@@ -67,7 +67,7 @@ Tracim is licensed under the terms of the
|
67
|
67
|
|
68
|
68
|
Tracim is a web application:
|
69
|
69
|
|
70
|
|
-* developed with python >=3.4.
|
|
70
|
+* developed with python 3.4, 3.5, 3.6
|
71
|
71
|
* based on the [TurboGears](http://www.turbogears.org/) web framework.
|
72
|
72
|
* relying on [PostgreSQL](http://www.postgresql.org/) or [MySQL](https://www.mysql.fr/) or [sqlite](https://www.sqlite.org/) as the storage engine.
|
73
|
73
|
|
|
@@ -163,7 +163,7 @@ To install frontend dependencies listed in the file package.json, proceed as fol
|
163
|
163
|
|
164
|
164
|
### Setting-up python virtualenv ###
|
165
|
165
|
|
166
|
|
-_Reminder : Tracim is developed and tested using python3.4._
|
|
166
|
+_Reminder : Tracim is developed and tested using python3.4, python3.5, python3.6._
|
167
|
167
|
|
168
|
168
|
We strongly recommend to use virtualenv as deployment environment. This ensure that there will be no conflict between system-wide python installation and Tracim required ones. To Create the virtual environment:
|
169
|
169
|
|