rmdmattingly / RowlogAnalysis

MIT License
5 stars 0 forks source link

Requirements.txt generation #25

Closed taddyb closed 4 years ago

taddyb commented 4 years ago

Description:

Added support for using virtual environments. This will allow me to use GitHub Actions to standardize code testing and make it easier for ppl to get their environments all set up.

Testing:

Tested all services. Nothing is impacted

How to use

pip install virtualenv
python -m venv .
source bin/activate
pip install -r requirements.txt

After this, you have all the required files

rmdmattingly commented 4 years ago

Make sure you merge master & handle any conflicts prior to merging this into master. It looks like some of the updates in main.py would be deleted if this were merged as is due to this being 1 commit behind master. Other than that LGTM, thanks

actually looks like you might have already done this^

taddyb commented 4 years ago

@rmdmattingly My b. My main.py code has the commentSearch PR branch code included