-
Install WSL
- In PowerShell, run:
- You might be prompted to enable virtualization in your BIOS if it's not already enabled.
-
Set Up WSL
- After setting your username and password in WSL, run the following command to install everything needed for VoxNovel:
yes | wget -O - https://raw.githubusercontent.com/DrewThomasson/VoxNovel/main/shell_install_scripts/Ubuntu-install.sh | bash
-
(Optional: NVIDIA Graphics Card Users Only)
- Install the NVIDIA CUDA toolkit for GPU acceleration:
sudo apt install nvidia-cuda-toolkit
-
Activate the VoxNovel Conda Environment
- Make sure you're in the VoxNovel environment:
- If you see an error like
conda: command not found, close PowerShell and relaunch WSL with:
-
Navigate to the VoxNovel Folder
- If not already in the folder, run:
-
Congrats!
- VoxNovel should now be running in WSL.
-
List All WSL Environments
-
Remove a Specific WSL Environment
wsl --unregister <distro_name>
-
Reinstall WSL
To launch WSL anytime, you can use the search bar in Windows to find and launch "WSL" or run: