Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 549 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 549 Bytes

Setup project

python setup.py install

Helper commands

# Read help
python main.py --help
# Set url link
python main.py --url="https://example.com/nlm/xml"  
# Display all errors in list if exists.
python main.py -e --url="https://example.com/nlm/xml"  
# Display number of check nodes.
python main.py -n --url="https://example.com/nlm/xml"  

Install Manually Python Packages From a Requirements File

pip install -r requirements/prod.txt

How to Maintain a Python Requirements File

pip list --outdated