Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from Aldair502/patch-1
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
blaisewf committed Nov 28, 2023
2 parents d13dcf7 + 598c2ac commit 4885c66
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
### 1. Automatic installation:

To quickly and effortlessly install Applio along with all the necessary models and configurations on Windows.
If you are a linux user select "NVIDIA, AMD or Intel" and download the linux script

+++ NVDIA
+++ NVIDIA

If you are using an Nvidia GPU, please use this installer, which has a simplified GUI: [Applio Installer](https://github.com/IAHispano/Applio-Installer/releases)

+++ NVDIA, AMD or Intel
+++ NVIDIA, AMD or Intel

If you are using an AMD/Intel GPU or the GUI installer is not working properly, use the .bat installer: [install_Applio.bat](https://github.com/IAHispano/Applio-RVC-Fork/releases/tag/v2.0.0)
If you are using an AMD/Intel GPU or the GUI installer is not working properly, use the .bat installer: [install_Applio.bat](https://github.com/IAHispano/Applio-RVC-Fork/releases/)

+++

Expand All @@ -35,7 +36,7 @@ pretrained_v0, pretrained_v2, uvr5_pack, uvr5_weights, ffprobe.exe, ffmpeg.exe,

4. Install dependencies (Python 3.9.8):

+++ NVDIA
+++ NVIDIA

```bash
pip install -r ../assets/requirements/requirements.txt
Expand All @@ -55,9 +56,23 @@ pip install -r ../assets/requirements/requirements-ipex.txt

+++

### Linux:
1. Clone the repo

```bash
git clone https://github.com/IAHispano/Applio-RVC-Fork && cd Applio-RVC-Fork
```
2. Execute the install script
```bash
chmod +x install_Applio.sh && ./install_Applio.sh
```

+++
### Paperspace:

```bash
cd Applio-RVC-Fork
make install
```


0 comments on commit 4885c66

Please sign in to comment.