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
23a2d40f
Commit
23a2d40f
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Update installation instructions
parent
a9d3d69d
No related branches found
No related tags found
1 merge request
!13
Conda verify
Pipeline
#26849
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/install.rst
+21
-8
21 additions, 8 deletions
doc/install.rst
with
21 additions
and
8 deletions
doc/install.rst
+
21
−
8
View file @
23a2d40f
...
...
@@ -8,17 +8,30 @@
==============
You can install this package via conda_, simply pointing to our stable or beta
channels:
:
channels:
$ 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
.. code-block:: sh
We provide packages for both 64-bit Linux and MacOS. Once installed, you can
use these tools within the created environment like this::
$ 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 -c https://www.idiap.ch/software/bob/conda bob.devtools
$ conda activate bdt
(bdt) $ bdt --help
If you use one of our supported Python versions on your base environment, you
may also install ``bdt`` on it:
.. code-block:: sh
$ conda install -n base -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda install -n base -c https://www.idiap.ch/software/bob/conda/label/beta -c https://www.idiap.ch/software/bob/conda bob.devtools
We provide packages for both 64-bit Linux and MacOS, for Python 3.6+. Once
installed, you can use these tools within the created environment like this:
.. code-block:: sh
$ conda activate base #or bdt, depending where you installed it
(bdt) $ bdt --help
...
...
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