-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GitDeveloperKim edited this page May 23, 2022
·
9 revisions
Welcome to the python_automation wiki!
- pip list
- pip freeze > requirements.txt
- pip install -r requirements.txt
pip install pylint
pylint source.py
link