pull 하고 나서
Window OS
- python -m venv venv
- source .venv/Scripts/activate
- pip install -r requirements.txt
Mac OS 1번째 방법
- python -m venv venv
- pipenv install
- pipenv shell
Mac OS 2번째 방법
- python -m venv venv
- pipenv shell
- pip install -r requirements.txt
push 하기 전에
- pip freeze > requirements.txt