Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.replay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.replay
Commits
3b976d28
Commit
3b976d28
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Doc mods
parent
99f3fae3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
readme.rst
+16
-16
16 additions, 16 deletions
readme.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
17 additions
and
17 deletions
readme.rst
+
16
−
16
View file @
3b976d28
...
@@ -12,27 +12,27 @@ You would normally not install this package unless you are maintaining it. What
...
@@ -12,27 +12,27 @@ You would normally not install this package unless you are maintaining it. What
you would do instead is to tie it in at the package you need to **use** it.
you would do instead is to tie it in at the package you need to **use** it.
There are a few ways to achieve this:
There are a few ways to achieve this:
1. You can add this package as a requirement at the ``setup.py`` for your own
1. You can add this package as a requirement at the ``setup.py`` for your own
`satellite package
`satellite package
<https://github.com/idiap/bob/wiki/Virtual-Work-Environments-with-Buildout>`_
<https://github.com/idiap/bob/wiki/Virtual-Work-Environments-with-Buildout>`_
or to your Buildout ``.cfg`` file, if you prefer it that way. With this
or to your Buildout ``.cfg`` file, if you prefer it that way. With this
method, this package gets automatically downloaded and installed on your
method, this package gets automatically downloaded and installed on your
working environment, or
working environment, or
2. You can manually download and install this package using commands like
2. You can manually download and install this package using commands like
``easy_install`` or ``pip``.
``easy_install`` or ``pip``.
The package is available in two different distribution formats:
The package is available in two different distribution formats:
a
. 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
b
. 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
<http://github.com/bioidiap/bob.db.replay.git>`_. When you download the
<http://github.com/bioidiap/bob.db.replay.git>`_. When you download the
version at the git repository, you will need to run a command to recreate
the
version at the git repository, you will need to run a command to recreate
backend SQLite file required for its operation. This means that the
database
the
backend SQLite file required for its operation. This means that the
raw files must be installed somewhere in this case. With option
``a`` you can
database
raw files must be installed somewhere in this case. With option
run in `dummy` mode and only download the raw data files for
the database
``a`` you can
run in `dummy` mode and only download the raw data files for
once you are happy with your setup.
the database
once you are happy with your setup.
You can mix and match points 1/2 and a/b above based on your requirements. Here
You can mix and match points 1/2 and a/b above based on your requirements. Here
are some examples:
are some examples:
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
3b976d28
...
@@ -36,7 +36,7 @@ setup(
...
@@ -36,7 +36,7 @@ setup(
entry_points
=
{
entry_points
=
{
'
console_scripts
'
:
[
'
console_scripts
'
:
[
# for tests or db creation, enable the following line:
# for tests or db creation, enable the following line:
#'
driv
er.py = bob.db.script.dbmanage:main',
#'
replay_manag
er.py = bob.db.script.dbmanage:main',
],
],
'
bob.db
'
:
[
'
bob.db
'
:
[
'
replay = replay.db
'
,
'
replay = replay.db
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment