- Python 3.12
- For Windows:
- Full:
G:\TheAnimeScripter\build.py
- Lite:
G:\TheAnimeScripter\build-lite.py
- Full:
- For Linux:
- Full:
G:\TheAnimeScripter\build-linux.py
- Lite:
G:\TheAnimeScripter\build-linux-lite.py
- Full:
- Ensure Python 3.12 is installed.
- Run the appropriate build script based on your operating system and desired installation type (full or lite).
NOTE:
Use FULL
if you have a NVIDIA
GPU, otherwise use LITE
For Windows Full Installation:
python G:\TheAnimeScripter\build.py
For Windows Lite Installation:
python G:\TheAnimeScripter\build-lite.py
For Linux Full Installation:
python G:\TheAnimeScripter\build-linux.py
For Linux Lite Installation:
python G:\TheAnimeScripter\build-linux-lite.py