Skip to content
Snippets Groups Projects
Commit a993c2f9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Change repository name

parent 0efc0dda
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ The package is available in two different distribution formats:
1. You can download it from `PyPI <http://pypi.python.org/pypi>`_, or
2. You can download it in its source form from `its git repository
<https://github.com/bioidiap/bob.db.replay>`_. When you download the
<https://github.com/bioidiap/xbob.db.replay>`_. When you download the
version at the git repository, you will need to run a command to recreate
the backend SQLite file required for its operation. This means that the
database raw files must be installed somewhere in this case. With option
......@@ -47,7 +47,7 @@ script)::
install_requires=[
...
"bob.db.replay >= 1.1",
"xbob.db.replay >= 1.1",
],
Proceed normally with your ``boostrap/buildout`` steps and you should be all
......@@ -67,8 +67,8 @@ lines::
auto-checkout = *
eggs = bob
...
bob.db.replay
xbob.db.replay
[sources]
bob.db.replay = git https://github.com/bioidiap/bob.db.replay.git
xbob.db.replay = git https://github.com/bioidiap/xbob.db.replay.git
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment