ramblingjordan / AbBOT-python

MIT License
25 stars 15 forks source link

Documentation: Adding Virtual Environment Instructions to README.md #30

Closed npvq closed 3 years ago

npvq commented 3 years ago

Virtual Environment Instructions added for Linux and OS X only.

New contributors should use a Virtual Environment to make sure their python installation has the same packages as the requirements, and should they use a new package, they could update requirements.txt via pip freeze. The README.md installation documentation was updated for Linux and OS X with instructions to set up a Virtual Environment via venv for Python 3.

npvq commented 3 years ago

Thank you for the feedback. I have made the requested changes. Note that the "Linux and macOS" and "Windows" sections were named Setup for Linux and macOS and Setup for Windows respectively to avoid conflict with the Windows section in the TOC. Please let me know if I need to make any other changes.