Updates version and README

This commit is contained in:
2012-08-16 11:21:01 +02:00
parent 89f51581cc
commit 32e6d1cacf
2 changed files with 5 additions and 5 deletions

View File

@@ -20,12 +20,12 @@ First of all, install the dependencies :
Retrieve the archive from [pypi](http://pypi.python.org/pypi/Ivolution/1.0)
```
$ wget http://pypi.python.org/packages/source/I/Ivolution/Ivolution-1.0.tar.gz
$ wget http://pypi.python.org/packages/source/I/Ivolution/Ivolution-0.5.1.tar.gz
```
Uncompress the archive and move into it
```
$ tar xvf Ivolution-1.0.tar.gz; cd Ivolution-1.0
$ tar xvf Ivolution-0.5.1.tar.gz; cd Ivolution-0.5.1
```
Finally, install the application (need administrators rights)
@@ -56,7 +56,7 @@ git clone git://github.com/jlengrand/FaceMovie.git
Now that Ivolution is installed on your system, let's start playing with it !
To run Ivolution, simply run it from any terminal :
```
$ Ivolution
$ Ivolutioner
```
## Work in progress
@@ -97,4 +97,4 @@ I would enjoy having feedback if you like this idea, or even used it. Send me a
You can contact me at julien at lengrand dot fr, or on my [current website](http://www.lengrand.fr).
Version : 1.0
Version : 0.5.1

View File

@@ -41,7 +41,7 @@ def create_personal():
setup(
name = "Ivolution",
version = "1.0",
version = "0.5.1",
author = "Julien Lengrand-Lambert",
author_email = "julien@lengrand.fr",
description = ("Timelapse creation using Face Recognition"),