Due ~ 8/24
Make sure you have conda
installed on your system. You can download and install Anaconda from here or Miniconda from here.
-
Create the virtual environment:
conda create -n "virtual_interaction"
-
Activate the virtual environment:
conda activate virtual_interaction
-
Install Python 3.12:
conda install python==3.12
-
Install the required dependencies:
pip install -r requirements.txt
강민수, 김도현, 모진호, 최태은, 심수민