You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ PrecisionProDB is tested under the `base` enviroment of [Anaconda](https://www.a
73
73
If Anaconda is installed, only Biopython need to be installed:
74
74
75
75
```bash
76
-
conda install -c anaconda biopython
76
+
conda install -c conda-forge biopython
77
77
```
78
78
79
79
Otherwise, it is recommended to use the [conda](https://github.com/conda/conda) to control the packages and [virtual environement](https://virtualenv.pypa.io/en/latest/). Install required packages:
0 commit comments