1 parent e12a778 commit 4464f95Copy full SHA for 4464f95
1 file changed
README.md
@@ -63,10 +63,11 @@ conda activate recmpox
63
64
2. Re-installation (when updates are available):
65
```bash
66
- conda activate RecMpox # Make sure you're in the right environment
+ conda activate recmpox # Make sure you're in the right environment
67
cd RecMpox
68
git pull # Get the latest updates from GitHub
69
- pip uninstall RecMpox
+ conda env update -n recmpox -f environment-recmpox.yml --prune
70
+ pip uninstall -y recmpox
71
pip install .
72
```
73
0 commit comments