-
Install Anaconda following the link.
-
Create and activate environment using the following commands.
# Create Python environment
conda create --name cantonese-chat python=3.10.10
# Check Python environment
conda info --envs
# Activate environment
conda activate cantonese-chat
# Deactivate environment
conda deactivate
# Remove environment
conda remove -n cantonese-chat --all
- Install
requirements.txt
.
pip install -r /path/to/requirements.txt