PaulMcInnis / JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.
MIT License
1.85k stars 215 forks source link

Added pycharm document and pipenv #25

Closed studentbrad closed 5 years ago

studentbrad commented 5 years ago

I added a PyCharm document and pipenv. If you do not know pipenv I would google it because it is taking the Python community like wildfire. In a nutshell it merges pip and virtualenv making it super easy to develop packages.

PyCharm is also a great IDE. See issue #24 for benefits.

fixes #24