Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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.devtools
Commits
23a78ae1
Commit
23a78ae1
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[readme] Improvements
parent
e314e4a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#25741
passed
6 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+30
-13
30 additions, 13 deletions
README.rst
with
30 additions
and
13 deletions
README.rst
+
30
−
13
View file @
23a78ae1
.. vim: set fileencoding=utf-8 :
===============================================
A package that contains tools to maintain Bob
===============================================
.. image:: https://img.shields.io/badge/docs-stable-yellow.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/stable/index.html
.. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.devtools/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/coverage.svg
:target: https://gitlab.idiap.ch/bob/bob.devtools/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.devtools
.. image:: https://img.shields.io/pypi/v/bob.devtools.svg
:target: https://pypi.python.org/pypi/bob.devtools
==================================
Bob/BEAT Development Tools (bdt)
==================================
This package is part of the signal-processing and machine learning toolbox
Bob_. It provides tools to help maintain Bob_.
Bob_ and the BEAT_ framework. It provides tools to help maintain Bob_ and
BEAT_ packages through Gitlab and conda_.
Installation
------------
This package needs to be installed in a conda environment. To install
this package, run
::
You can install this package via conda_, simply pointing to our stable or beta
channels
::
$ conda env create -f env.yml
$ conda activate bdt
(bdt) $ buildout
(bdt) $ ./bin/bdt --help
...
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda/label/beta bob.devtools
To build the documentation, just do::
We provide packages for both 64-bit Linux and MacOS. Once installed, you can
use these tools within the created environment like this::
(bdt) $ ./bin/sphinx-build doc sphinx
$ conda activate bdt
(bdt) $ bdt --help
Contact
...
...
@@ -33,5 +48,7 @@ development `mailing list`_.
.. Place your references here:
.. _conda: https://conda.io
.. _bob: https://www.idiap.ch/software/bob
.. _beat: https://www.idiap.ch/software/beat
.. _mailing list: https://www.idiap.ch/software/bob/discuss
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