Update Getting Started
+19
-1
@@ -17,9 +17,27 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### From Source (CLI)
|
### From Source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.vmn.su/max/audio_splitter.git
|
git clone https://git.vmn.su/max/audio_splitter.git
|
||||||
cd audio_splitter
|
cd audio_splitter
|
||||||
pip install .
|
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