They this is an über cool project
To install verese you need installed python and pip, the python package manager. A sane linux distribution should have python preinstalled and pip in its repositories.
- git clone git://github.com/vereseproject/verese.git
- cd verese
- (optional, if you want the dev version) git checkout dev
- bash ./scripts/build-environment.sh
- Note Fedora Users: Note that fedora renames ‘pip’ command to
‘python-pip’. Try the following command instead.
export PIP=’python-pip’ && bash ./scripts/build-environment.sh
- Note Fedora Users: Note that fedora renames ‘pip’ command to
‘python-pip’. Try the following command instead.
- follow the on-screen instructions
- enjoy!
Fork and contribute ppl!