master
Nikhil KJ 3 년 전
부모
커밋
4fa1fcd690
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Project-details.md

+ 1
- 1
Project-details.md

@@ -2,7 +2,7 @@
Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WVm9d-iV3utATLFd_O2Ov5y0VAbVyr4K5dQ/edit)
## Project Setup
1. Clone the app
1. Clone the project
2. Create a virtual environment `python3 -m venv virtualenv`
3. Activate virtualenv `source virtualenv/bin/activate`
4. Run `pip install -r requirements.txt`