We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b6c67 commit 4d7ac13Copy full SHA for 4d7ac13
README.md
@@ -2,7 +2,8 @@
2
3
## Setup environment
4
5
-All required packages can be installed in a conda environment. `conda` needs to be installed on your machine.
+All required packages can be installed in a conda environment. `conda`, `gcc` and `curl` need
6
+to be installed on your machine.
7
Installation can be done with
8
9
conda env create -f environment.yml
environment.yml
@@ -36,4 +36,5 @@ dependencies:
36
- shap==0.40.0
37
- saliency==0.1.3
38
- colour==0.1.5
39
+ - tcrdist3
40
- "--editable ."
0 commit comments