Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs
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
docs
Commits
e968618f
Commit
e968618f
authored
2 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions
parent
aef48fbc
No related branches found
No related tags found
1 merge request
!28
Update installation instructions
Pipeline
#61825
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/install.rst
+19
-8
19 additions, 8 deletions
doc/install.rst
with
19 additions
and
8 deletions
doc/install.rst
+
19
−
8
View file @
e968618f
...
...
@@ -56,10 +56,10 @@ Windows*.
#. Alternatively, you can use pip_ to install the packages but we don't test our pip packages:
.. code:: sh
.. code:: sh
$ conda activate bob_env1
$ pip install bob.bio.face ...
$ conda activate bob_env1
$ pip install bob.bio.face ...
For a comprehensive list of packages that are either part of |project| or use
|project|, please visit :ref:`bob.packages`.
...
...
@@ -85,6 +85,11 @@ For a comprehensive list of packages that are either part of |project| or use
https://stackoverflow.com/questions/50803148 for installations on how to
install Bob from source.
.. note::
If you cannot install a Bob package, you might be trying to install an old
package. Please see :ref:`bob.install_old_versions` for instructions on how
to install old versions of Bob.
.. _bob.source:
...
...
@@ -104,6 +109,7 @@ your new code in a new package instead of modifying the original package.
environments. The only safe way to recover from this is to delete your Conda
installation completely and installing everything again from scratch.
.. _bob.install_old_versions:
Installing older versions of Bob
================================
...
...
@@ -113,15 +119,20 @@ using conda. For example:
.. code:: sh
$ mamba install \
$ mamba create -n old_bob_env \
--no-channel-priority \
-c https://www.idiap.ch/software/bob/conda \
-c defaults \
-c https://www.idiap.ch/software/bob/conda/label/archive \
bob=4.0.0 bob.io.base
bob=4.0.0 bob.bio.face
will install the version of ``bob.bio.face`` that was associated with the Bob
4.0.0 release.
.. note::
will install the version of ``bob.io.base`` that was associated with the Bob
4.0.0 release. Bob 9 and earlier used the ``defaults`` channel as base, for Bob
10 and later replace ``defaults`` with ``conda-forge``.
Bob 9 and earlier used the ``defaults`` channel as base, for Bob 10 and
later replace ``defaults`` with ``conda-forge`` in the instructions above.
.. note::
...
...
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