banillie / analysis_engine

Place for all code used to compile the quarterly PfM Report, manage GMPP data, as well as other useful data searching/analysis functions.
MIT License
2 stars 2 forks source link

adding docx library #3

Closed banillie closed 5 years ago

banillie commented 5 years ago

@hammerheadlemon I need to add the docx library to my .venv. Just wanted to check that its ok for me to install as usual - I could do via via the pycharm project interpreter window or via pip install docx command, and that once I've done this I then update my requirements.txt file with docx. Whats the best method for updating the requirements.txt file? thanks.

yulqen commented 5 years ago

Yep, that would be the way. Just add either with the + button in Pycharm, or do pip install docx in the terminal, or add it to the requirements file, then doing pip install -r. However you so it, yes, just ensure theres an entry in the requirements file for it.

banillie commented 5 years ago

@hammerheadlemon thanks. Done. Please could you check if the requirements.txt has been updated correctly (latest version pushed up to git).

yulqen commented 5 years ago

Yeah, looks great.