Parcourir la source

Update readme

Josh Rosario il y a 4 mois
Parent
commit
83cfc5e8d2
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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