Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 432 Bytes

room_booking_backend

Installation

1. With pipenv

  • run below command to install all dependencies with pipenv
pipenv install

2. Without pipenv

  • run below command to install all dependencies with only pip
pip install -r requirements.txt

update dependencies for requirement.txt

1. With pipenv

pipenv lock -r > requirements.txt

2. Without pipenv

pip freeze > requirements.txt