How to install Vamb#

Vamb is in continuous development, and the latest versions are significantly better than older versions. For the best results, make sure to install the released latest version.

Install a specific version of Vamb#

If you want to install the latest version from GitHub, or you want to change Vamb’s source code, you should install it like this:

# Clone the desired branch from the repository, here master
git clone https://github.com/RasmussenLab/vamb -b master
cd vamb
# The `-e` flag will make Vamb change if the source code is changed after install
pip install -e .

Note that the master branch is work-in-progress, have not been thoroughly tested, and is expected to have more bugs.

Avoid using Conda to install Vamb#

The version of Vamb currently on BioConda is out of date, and significantly less accurate than the latest current version. We have also experienced that our users have more issues with installations from Conda. We will only be releasing new versions to be installable with pip.