Browse Source

Update readme

Josh Rosario 4 months ago
parent
commit
83cfc5e8d2
1 changed files with 3 additions and 0 deletions
  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