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: ...@@ -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 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 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 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 the backend SQLite file required for its operation. This means that the
database raw files must be installed somewhere in this case. With option database raw files must be installed somewhere in this case. With option
...@@ -47,7 +47,7 @@ script):: ...@@ -47,7 +47,7 @@ script)::
install_requires=[ install_requires=[
... ...
"bob.db.replay >= 1.1", "xbob.db.replay >= 1.1",
], ],
Proceed normally with your ``boostrap/buildout`` steps and you should be all Proceed normally with your ``boostrap/buildout`` steps and you should be all
...@@ -67,8 +67,8 @@ lines:: ...@@ -67,8 +67,8 @@ lines::
auto-checkout = * auto-checkout = *
eggs = bob eggs = bob
... ...
bob.db.replay xbob.db.replay
[sources] [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