From f8cceb7a209d580e287ddbb6fda7366edfe55513 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 20 May 2020 17:06:40 +0200 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index e6c925a..7866a6b 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -43,6 +43,14 @@ dataset if it contains huge dictionaries for a much faster import. * `3.0.0-beta3`: Fixed bugs in *ngsfilter* when cutting sequences, and a few minor bugs. +### How to update with git: + +From the OBITools3 virtual environment, run: + +``` +pip3 install --pre --upgrade OBITools3 +``` + ### How to update with git: