There was an error while loading. Please reload this page.
가상환경 만들기.
python3 -m venv my_venv
필요한 패키지 다운받기.
pip3 install -r requirements.txt
python main.py 로 실행
하세요