Skip to content
Snippets Groups Projects

Update installation instructions since conda's usage has changed.

Merged Amir MOHAMMADI requested to merge p1 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -17,8 +17,8 @@ packages that you want to use, use conda_ to install them:
.. code-block:: sh
$ conda search bob.bio # searching
$ conda search bob.db # searching
$ conda search "bob.bio.*" # searching
$ conda search "bob.db.*" # searching
$ conda install bob.bio.base bob.bio.<bioname> bob.db.<dbname>
where you would replace ``<bioname>`` and ``<dbname>`` with the name of
Loading