Update Getting Started
+19
-1
@@ -17,9 +17,27 @@
|
||||
|
||||
## Installation
|
||||
|
||||
### From Source (CLI)
|
||||
### From Source
|
||||
|
||||
```bash
|
||||
git clone https://git.vmn.su/max/audio_splitter.git
|
||||
cd audio_splitter
|
||||
pip install .
|
||||
```
|
||||
|
||||
### Using Docker
|
||||
You can also pull a pre-build OCI image from the registry
|
||||
|
||||
CLI version:
|
||||
```bash
|
||||
docker pull git.vmn.su/max/audio_splitter:latest
|
||||
```
|
||||
Web API only:
|
||||
```bash
|
||||
docker pull git.vmn.su/max/audio_splitter_backend:latest
|
||||
```
|
||||
Complete web-interface:
|
||||
```bash
|
||||
docker pull git.vmn.su/max/audio_splitter_backend:latest
|
||||
docker pull git.vmn.su/max/audio_splitter_frontend:latest
|
||||
```
|
||||
Reference in New Issue
Block a user