androstj commited on
Commit
4cd5da8
·
1 Parent(s): 7375259

add pip package to readme

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -4,14 +4,20 @@ Unified automatic quality assessment for speech, music, and sound.
4
 
5
  Read our paper [here](https://ai.meta.com/research/publications/meta-audiobox-aesthetics-unified-automatic-quality-assessment-for-speech-music-and-sound/).
6
 
7
- [](Paper)
8
 
9
  ## Installation
10
 
11
- This repository requires Python 3.9 and Pytorch 2.2 or greater. To install, you can clone this repo and run:
12
- ```
13
- pip install -e .
14
- ```
 
 
 
 
 
 
 
15
 
16
  ## Pre-trained Models
17
 
 
4
 
5
  Read our paper [here](https://ai.meta.com/research/publications/meta-audiobox-aesthetics-unified-automatic-quality-assessment-for-speech-music-and-sound/).
6
 
 
7
 
8
  ## Installation
9
 
10
+ 1. Install via pip
11
+ ```
12
+ pip install audiobox_aesthetics
13
+ ```
14
+
15
+ 2. Install directly from source
16
+
17
+ This repository requires Python 3.9 and Pytorch 2.2 or greater. To install, you can clone this repo and run:
18
+ ```
19
+ pip install -e .
20
+ ```
21
 
22
  ## Pre-trained Models
23