소스 검색

Update readme

Josh Rosario 4 달 전
부모
커밋
83cfc5e8d2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -7,10 +7,13 @@ Used ChatGPT to help figure out what tech to use to accomplish this task, origin
 Requires Python 3
 Requires beautifulsoup
 
+`virtualenv venv`
+`source venv\Scripts\activate`
 `pip install -r requirements.txt`
 
 ## Usage
 
+1. Enter virtualenv
 1. Right-click the ChatGPT conversation webpage in a browser and save the contents to input/
 1. `python main.py input/[Conversation Title].html`
 1. output/[Conversation Title].md will be generated