- Python 3.10
Configure virtual environment:
py -3.10 -m venv .venv
.\.venv\Scripts\activateInstall dependencies:
pip install -r requirements.txt --cache-dir .pip
pip install -r src\geneograph_voix\requirements.txt --cache-dir .pip
pip install -r src\geneograph_voix\requirements_cuda.txt --cache-dir .pipPack modules:
pyinstaller src\geneograph_voix\geneograph_voix.specDeactivate virtual environment:
deactivateConfigure virtual environment:
python3 -m venv .venv
chmod +x .venv/bin/activate
./.venv/bin/activateInstall dependencies:
python3 -m pip install -r requirements.txt --cache-dir .pip
python3 -m pip install -r src/geneograph_voix/requirements.txt --cache-dir .pipPack modules:
pyinstaller src/geneograph_voix/geneograph_voix.specDeactivate virtual environment:
deactivateContents of this repository licensed under terms of the GNU GPL 3 license unless otherwise specified. See this file for details