Skip to content

초기 세팅!! #2

@lilyyang0077

Description

@lilyyang0077
  1. 본인 로컬 PC에 우리 프로젝트 디렉토리 하나 생성(우리가 그동안 과제 제출하던 디렉토리 밑에는 생성하지 말 것‼️ 연결된 깃 파일이 겹쳐서 문제 생길 수도 있음)
  2. 우리 프로젝트 디렉토리 아래에서 git clone https://github.com/pirogramming/CustomEconomy.git
  3. git branch 명령어 입력하여 *develop 잘 뜨는지 확인
  4. git fetch origin develop
  5. git pull origin develop
  6. git checkout 본인브렌치명(예시. git checkout feat/hs)
  7. git merge develop
  8. python -m venv venv
  9. 가상환경 실행 (source venv/~~)
  10. pip install -r requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions