Skip to content

Commit 4464f95

Browse files
committed
.
1 parent e12a778 commit 4464f95

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ conda activate recmpox
6363

6464
2. Re-installation (when updates are available):
6565
```bash
66-
conda activate RecMpox # Make sure you're in the right environment
66+
conda activate recmpox # Make sure you're in the right environment
6767
cd RecMpox
6868
git pull # Get the latest updates from GitHub
69-
pip uninstall RecMpox
69+
conda env update -n recmpox -f environment-recmpox.yml --prune
70+
pip uninstall -y recmpox
7071
pip install .
7172
```
7273

0 commit comments

Comments
 (0)