This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
Retrieval-based-Voice-Conversion-WebUI
Watch
1
Star
0
Fork
0
You've already forked Retrieval-based-Voice-Conversion-WebUI
mirror of
synced
2024-11-12 01:40:51 +01:00
Code
Releases
Wiki
Activity
7e3965c673
Retrieval-based-Voice-Conve...
/
venv.sh
4 lines
35 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: get run.sh to be POSIX Compliant (#1649) * Create CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * fix: get run.sh posix compliant * Update venv.sh * Delete CONTRIBUTING.md --------- Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-12-26 14:11:16 +01:00
#!/bin/sh
bugfix: fix .venv file version to 3.8 (#946)
2023-08-26 17:54:44 +02:00
python3.8 -m venv .venv
Copy Permalink