Michelle Lam commited on
Commit
b238e48
1 Parent(s): 32f0b26

Updates README with data download link

Browse files
Files changed (1) hide show
  1. README.txt → README.md +3 -1
README.txt → README.md RENAMED
@@ -1,11 +1,13 @@
1
  # IndieLabel
2
 
3
  ## Installation / Setup
4
- - Activate your virtual environment (tested with Python 3.8)
5
  - Install requirements:
6
  ```
7
  $ pip install -r requirements.txt
8
  ```
 
 
9
 
10
  - Start the Flask server:
11
  ```
 
1
  # IndieLabel
2
 
3
  ## Installation / Setup
4
+ - Activate your virtual environment (tested with Python 3.8).
5
  - Install requirements:
6
  ```
7
  $ pip install -r requirements.txt
8
  ```
9
+ - Download and unzip the `data` sub-directory from [this Drive folder](https://drive.google.com/file/d/1In9qAzV5t--rMmEH2R5miWpZ4IQStgFu/view?usp=sharing) and place it in the repo directory (334.2MB zipped, 549.1MB unzipped).
10
+
11
 
12
  - Start the Flask server:
13
  ```