-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFR-1990_UpdateREADME #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These updates to the README look great to me.
README.md
Outdated
- RabbitMQ | ||
- Redis | ||
- XCode Command Line Tools | ||
|
||
This is a Python application and requires Python >= 3.6. It is recommended that a virtual environment be set up for the application (again use the virtual environment tool of your choice). | ||
This is a Python application and requires Python >= 3.6. It is recommended that a virtual environment be set up for the application (again use the virtual environment tool of your choice). There are several options, but most developers use [virtualenv](https://virtualenv.pypa.io/en/latest/installation.html#). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's true that virtualenv is probably still more widely used, and I don't object to this addition, but the Python-maintained venv
module introduced in 3.3 (and recommended as of 3.5) does seem to work for this repo and I've used it successfully for all of DRB and PJR's repositories without installing another virtual environment manager.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add it to the recommendations!
Description
After going through the installation process for drb-etl-pipeline, I have updated the README accordingly based on steps that have changed or require more information to complete.