alexanderkroner commited on
Commit
aaf23fa
1 Parent(s): e198426

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -21,6 +21,16 @@ MSI-Net is a visual saliency model that predicts where humans fixate on natural
21
 
22
  <img src="https://github.com/alexanderkroner/saliency/blob/master/figures/architecture.jpg?raw=true" width="700">
23
 
 
 
 
 
 
 
 
 
 
 
24
  # Example Use
25
 
26
  ### Import the dependencies
 
21
 
22
  <img src="https://github.com/alexanderkroner/saliency/blob/master/figures/architecture.jpg?raw=true" width="700">
23
 
24
+ # Requirements
25
+
26
+ To install the required dependencies, use either `pip` or `conda`:
27
+ ```
28
+ pip install -r requirements.txt
29
+ ```
30
+ ```
31
+ conda env create -f requirements.yml
32
+ ```
33
+
34
  # Example Use
35
 
36
  ### Import the dependencies