driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Add a requirements.txt #50

Closed driscoll42 closed 3 years ago

driscoll42 commented 3 years ago

Describe the solution you'd like I have an environments.yml, but some users would probably prefer a requirements.txt

driscoll42 commented 3 years ago

For future reference:

pip freeze > requirements.txt

And to update environment.yml:

conda env export --from-history