-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- 본인 로컬 PC에 우리 프로젝트 디렉토리 하나 생성(우리가 그동안 과제 제출하던 디렉토리 밑에는 생성하지 말 것
‼️ 연결된 깃 파일이 겹쳐서 문제 생길 수도 있음) - 우리 프로젝트 디렉토리 아래에서 git clone https://github.com/pirogramming/CustomEconomy.git
- git branch 명령어 입력하여 *develop 잘 뜨는지 확인
- git fetch origin develop
- git pull origin develop
- git checkout 본인브렌치명(예시. git checkout feat/hs)
- git merge develop
- python -m venv venv
- 가상환경 실행 (source venv/~~)
- pip install -r requirements.txt
Metadata
Metadata
Assignees
Labels
No labels